Skip to content

Instantly share code, notes, and snippets.

@caironm
Created September 27, 2019 16:44
Show Gist options
  • Save caironm/c90dc927b62d1abe027d5f4d1c3bc8a6 to your computer and use it in GitHub Desktop.
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
# 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