Browse Source

add ps1 to editorconfig

Oren Novotny 7 năm trước cách đây
mục cha
commit
99a4697537
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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