Ver Fonte

Add .editorconfig file (#1768)

See: https://editorconfig.org/
Rod Elias há 3 anos atrás
pai
commit
1387e02612
2 ficheiros alterados com 13 adições e 0 exclusões
  1. 12 0
      .editorconfig
  2. 1 0
      .gitattributes

+ 12 - 0
.editorconfig

@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{yml,yaml}]
+indent_size = 2

+ 1 - 0
.gitattributes

@@ -5,3 +5,4 @@
 /phpunit.xml.dist export-ignore
 /_config.yml export-ignore
 /UPGRADE.md
+/.editorconfig export-ignore