Skip to content

Commit eea4876

Browse files
Spruce-up the READMEs (#3410)
- Overhaul the README to check links, update formatting, fix lint warnings and lots of other goodness. - Add configuration for the Visual Studio spellchecker. Contributes to #3365.
1 parent bd778bc commit eea4876

File tree

4 files changed

+163
-93
lines changed

4 files changed

+163
-93
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ root = true
99
end_of_line = CRLF
1010
insert_final_newline = true
1111

12+
# Visual Studio Spell Checker
13+
spelling_exclusion_path = .\exclusion.dic
14+
spelling_languages = en-us
15+
1216
[*.{config,cs,xml}]
1317
indent_style = space
1418
indent_size = 4
@@ -40,4 +44,4 @@ indent_size = unset
4044
indent_style = unset
4145
insert_final_newline = false
4246
tab_width = unset
43-
trim_trailing_whitespace = false
47+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)