-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.editorconfig
More file actions
25 lines (21 loc) · 713 Bytes
/
.editorconfig
File metadata and controls
25 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# EditorConfig for Visual Studio 2022: https://learn.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2022
# This is a top-most .editorconfig file
root = true
#=====================================================
#
# Settings for all file types
#
#=====================================================
[*]
# Generic EditorConfig settings
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
# Visual Studio spell checker
spelling_languages = en-us
spelling_checkable_types = strings,identifiers,comments
spelling_error_severity = information
spelling_exclusion_path = spelling_exclusion.dic