Browse Source

add ps1 to editorconfig

Oren Novotny 7 years ago
parent
commit
99a4697537
1 changed files with 4 additions and 0 deletions
  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