Skip to content

Commit

Permalink
Normalize resx/designer files using vs 2022 (Azure#5755)
Browse files Browse the repository at this point in the history
* Normalize resx/designer files using vs 2022

* Add editorconfig
  • Loading branch information
StephenWeatherford authored Jan 27, 2022
1 parent b0f9454 commit 771c5f7
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 279 deletions.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true

[.resx]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
20 changes: 10 additions & 10 deletions src/Bicep.Cli/CliResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 771c5f7

Please sign in to comment.