瀏覽代碼

add ps1 to editorconfig

Oren Novotny 7 年之前
父節點
當前提交
99a4697537
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -28,6 +28,10 @@ indent_size = 2
 [*.{yaml,yml}]
 indent_size = 2
 
+# Powershell files
+[*.ps1]
+indent_size = 2
+
 # JSON files
 [*.json]
 indent_size = 2