Created
September 27, 2019 16:44
-
-
Save caironm/c90dc927b62d1abe027d5f4d1c3bc8a6 to your computer and use it in GitHub Desktop.
Padronize as configurações de ideação para o projeto em questão
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.org | |
root = true | |
[*] | |
charset = utf-8 | |
ident_size = 2 | |
end_of_line = If | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[*.php] | |
ident_size = 4 | |
[*.twig] | |
ident_size = 4 | |
[*.html] | |
ident_size = 4 | |
[*.css] | |
ident_size = 4 | |
[*.js] | |
ident_size = 4 | |
[*.md] | |
trim_trailing_whitespace = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment