Created
July 3, 2015 18:05
-
-
Save ymxmore/6dd06bc392eaa66575c4 to your computer and use it in GitHub Desktop.
.editorconfig
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 is awesome: http://EditorConfig.org | |
| #root = true | |
| [*] | |
| indent_style = tab | |
| end_of_line = lf | |
| charset = utf-8 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true | |
| [*.js] | |
| indent_style = space | |
| indent_size = 2 | |
| [*.jsx] | |
| indent_style = space | |
| indent_size = 2 | |
| [*.yml] | |
| indent_style = space | |
| indent_size = 2 | |
| [*.py] | |
| indent_style = space | |
| indent_size = 4 | |
| [*.php] | |
| indent_style = space | |
| indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment