Ver Fonte

Add an EditorConfig file

See https://editorconfig.org/ for more information.
Hugo Locurcio há 6 anos atrás
pai
commit
ab9dc08279
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      .editorconfig

+ 9 - 0
.editorconfig

@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true