Explorar o código

add ps1 to editorconfig

Oren Novotny %!s(int64=7) %!d(string=hai) anos
pai
achega
99a4697537
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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