Last active
July 4, 2016 01:12
-
-
Save ricardobarantini/eac12eb5ed116b86030cfc3a0f47b40e to your computer and use it in GitHub Desktop.
Arquivo .editorconfig padrão para meus projetos
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
root = true | |
[.*] | |
indent_style = space | |
end_of_line = lf | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[.{js,css}] | |
indent_size = 2 | |
[*.{html,php}] | |
indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment