Skip to content

Commit

Permalink
add ps1 to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Oct 7, 2018
1 parent 48e2cd8 commit 99a4697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ indent_size = 2
[*.{yaml,yml}]
indent_size = 2

# Powershell files
[*.ps1]
indent_size = 2

# JSON files
[*.json]
indent_size = 2
Expand Down

0 comments on commit 99a4697

Please sign in to comment.