Selaa lähdekoodia

Add EditorConfig for .neon (#7224)

Used by PHPStan
Alexandre Alapetite 1 vuosi sitten
vanhempi
commit
79d3ef4b54
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

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