Browse Source

Meta: Add .editorconfig

See https://editorconfig.org/
demostanis 2 years ago
parent
commit
c786d2126a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .editorconfig

+ 8 - 0
.editorconfig

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