Преглед на файлове

Merge pull request #230 from imbsky/editorconfig

Add .editorconfig
daniel преди 7 години
родител
ревизия
0d72b54df5
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      .editorconfig

+ 9 - 0
.editorconfig

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