Skip to content
Prev Previous commit
Next Next commit
Added PowerShell to .editorconfig
  • Loading branch information
PaddyKe authored Oct 1, 2019
commit dfbd288b8fa407aadc4fa98124f1fd4fd968b1cb
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,9 @@ indent_size = 0
trim_trailing_whitespace = false
insert_final_newline = false
end_of_line = lf


# PowerShell
[*.ps1]
indent_style = space
indent_size = 4