Last active
February 10, 2017 19:22
-
-
Save Voonder/0f88b1cfd7f736ea134d80d7f0e23d97 to your computer and use it in GitHub Desktop.
Configuration for IDE and project
This file contains hidden or 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
# EditorConfig: http://EditorConfig.org | |
root = true | |
# Config for every file | |
[*] | |
indent_style = tab | |
indent_size = tab | |
tab_width = 4 | |
end_of_line = crlf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true | |
[*.md] | |
trim_trailing_whitespace = false | |
insert_final_newline = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment