Skip to content

Commit

Permalink
Add editor config for PowerShell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 5, 2021
1 parent 8755cb6 commit 9b7c35c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ charset = "utf-8"
end_of_line = "lf"
insert_final_newline = true
trim_trailing_whitespace = true

[*.ps1]
charset = "utf-8"
end_of_line = "crlf"
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 9b7c35c

Please sign in to comment.