Skip to content

Instantly share code, notes, and snippets.

@atran
Created December 11, 2018 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atran/8d3be81d68b41a4d21310fa521688701 to your computer and use it in GitHub Desktop.
Save atran/8d3be81d68b41a4d21310fa521688701 to your computer and use it in GitHub Desktop.
Hello
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment