Skip to content

Instantly share code, notes, and snippets.

@pelid
Created August 17, 2017 10:24
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 pelid/09c142eb3700026c1ee27445f1fd6345 to your computer and use it in GitHub Desktop.
Save pelid/09c142eb3700026c1ee27445f1fd6345 to your computer and use it in GitHub Desktop.
Project settings recommended by Devman.org
# top-most EditorConfig file
root = true
# Unix-style newlines without a newline ending every file
[*]
end_of_line = lf
insert_final_newline = false
[*]
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
[*.{js,html,css}]
indent_size = 2
[*.py]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment