Skip to content

Instantly share code, notes, and snippets.

@ricardobarantini
Last active July 4, 2016 01:12
Show Gist options
  • Save ricardobarantini/eac12eb5ed116b86030cfc3a0f47b40e to your computer and use it in GitHub Desktop.
Save ricardobarantini/eac12eb5ed116b86030cfc3a0f47b40e to your computer and use it in GitHub Desktop.
Arquivo .editorconfig padrão para meus projetos
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