File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,26 @@ root = true
33[* ]
44charset = utf-8
55end_of_line = lf
6+ # Note: the trim_trailing_whitespace option is br0ken in visualstudio, it
7+ # simply does not follow the EditorConfig specification. Therefor you are
8+ # strongly encouraged to not rely on this setting alone, but please install
9+ # the following extension too: https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TrailingWhitespaceVisualizer
10+ #
11+ # References:
12+ # https://developercommunity.visualstudio.com/t/EditorConfig:-trim_trailing_whitespace-d/1240174?space=8&q=trim_trailing_whitespace
13+ # https://developercommunity.visualstudio.com/t/editorconfig-trim_trailing_whitespace-on/134457?space=8&q=trim_trailing_whitespace
14+ # https://developercommunity.visualstudio.com/t/trim_trailing_whitespace-in-editorconfi/1351034?space=8&q=trim_trailing_whitespace
15+ # https://developercommunity.visualstudio.com/t/BUG:-editorconfig-trim_trailing_whitespa/953937?space=8&q=trim_trailing_whitespace
16+ trim_trailing_whitespace = true
17+ insert_final_newline = true
18+ indent_style = tab
19+ indent_size = 2
20+
21+
22+ [* .cs ] # To match existing style
23+ indent_style = space
24+ indent_size = 4
25+
26+
27+ [* .yml ]
28+ indent_style = space
You can’t perform that action at this time.
0 commit comments