Skip to content

Instantly share code, notes, and snippets.

@ntorgov
Last active June 22, 2017 13:38
Show Gist options
  • Save ntorgov/f1a532e074bb863add01586f0cf03745 to your computer and use it in GitHub Desktop.
Save ntorgov/f1a532e074bb863add01586f0cf03745 to your computer and use it in GitHub Desktop.
.editorconfig Javascript
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
@ntorgov
Copy link
Author

ntorgov commented Dec 14, 2016

Правильный конфиг

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment