1
0
Oren Novotny 7 жил өмнө
parent
commit
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