Marcin Krzyzanowski пре 1 година
родитељ
комит
8f0387dafa
1 измењених фајлова са 11 додато и 0 уклоњено
  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