Last active
April 11, 2016 14:28
-
-
Save publicJorn/d6c91513f2ef6080ebe5add47b4b6089 to your computer and use it in GitHub Desktop.
My preferred .editorconfig settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
max_line_length = off | |
trim_trailing_whitespace = true | |
indent_style = space | |
indent_size = 2 | |
tab_width = 2 | |
[*.{txt}] | |
indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment