Browse Source

Basic editor config to avoid some whitespace issues

Mitch Capper 10 months ago
parent
commit
20d706aad8
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .editorconfig

+ 10 - 0
.editorconfig

@@ -0,0 +1,10 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true