浏览代码

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