Skip to content

Commit cf68851

Browse files
committed
Update editor settings for the *.props files
1 parent a5b6abf commit cf68851

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ indent_size = 2
1818
indent_style = space
1919
tab_width = 2
2020

21+
# props files
22+
[*.props]
23+
# Indentation options
24+
25+
indent_size = 2
26+
indent_style = space
27+
tab_width = 2
28+
2129
# C# files
2230
[*.cs]
2331
# Indentation options

0 commit comments

Comments
 (0)