Skip to content

Commit

Permalink
Add wix exclusions to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 2, 2023
1 parent 5d1e7bc commit c9a73c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ indent_size = 4
indent_style = space
indent_size = 2

[*.wxs]
indent_style = space
indent_size = 2

[*.wixproj]
indent_style = space
indent_size = 2

[*.dm]
indent_style = tab
indent_size = 4
Expand Down

0 comments on commit c9a73c2

Please sign in to comment.