Skip to content

Commit

Permalink
add project file indentation formatting rules (microsoft#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelazhangmsft authored Jan 7, 2022
1 parent 2cdcf2f commit 0c757d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = crlf

# Visual Studio XML project files
[**.{csproj,vcxproj,vcxproj.filters}]
indent_size = 2

[**.{xaml,xml}]
indent_style = space
Expand Down

0 comments on commit 0c757d7

Please sign in to comment.