Marcin Krzyzanowski 1 год назад
Родитель
Сommit
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