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

Merge pull request #7861 from localheinz/feature/editorconfig

Enhancement: Add .editorconfig
Jordi Boggiano преди 6 години
родител
ревизия
8f043be89c
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      .editorconfig

+ 11 - 0
.editorconfig

@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.yml]
+indent_size = 2