Преглед изворни кода

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