Commit f2c560eb729992adc6595a53650d5de33fba3d81

Authored by Starlone Passos
1 parent 809237de

Adicionando arquivo .editorconfig com as configuracoes de charset e quebra de linha

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
.editorconfig 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +root = true
  2 +
  3 +[*]
  4 +end_of_line=crlf
  5 +insert_final_newline=true
  6 +trim_trailing_whitespace=true
  7 +indent_style=space
  8 +charset=latin1
  9 +indent_size=2
... ...