Browse Source

add .editorconfig

Marcin Krzyzanowski 1 year ago
parent
commit
8f0387dafa
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .editorconfig

+ 11 - 0
.editorconfig

@@ -0,0 +1,11 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.swift]
+charset = utf-8
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab