Skip to content

Commit 771c5f7

Browse files
Normalize resx/designer files using vs 2022 (Azure#5755)
* Normalize resx/designer files using vs 2022 * Add editorconfig
1 parent b0f9454 commit 771c5f7

File tree

5 files changed

+424
-279
lines changed

5 files changed

+424
-279
lines changed

.editorconfig

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ end_of_line = lf
1414
indent_size = 2
1515
charset = utf-8
1616
trim_trailing_whitespace = true
17-
insert_final_newline = true
17+
insert_final_newline = true
18+
19+
[.resx]
20+
indent_style = space
21+
end_of_line = lf
22+
indent_size = 2
23+
charset = utf-8
24+
trim_trailing_whitespace = true
25+
insert_final_newline = true

src/Bicep.Cli/CliResources.Designer.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)