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

Add EditorConfig for .neon (#7224)

Used by PHPStan
Alexandre Alapetite преди 1 година
родител
ревизия
79d3ef4b54
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -19,6 +19,9 @@ indent_style = tab
 indent_size = 4
 indent_style = tab
 
+[*.neon]
+indent_style = tab
+
 [*.sh]
 indent_style = tab