-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.editorconfig
More file actions
31 lines (25 loc) · 664 Bytes
/
.editorconfig
File metadata and controls
31 lines (25 loc) · 664 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
26
27
28
29
30
31
# Copyright (c) 2017-2025 SIL Global
# This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
root = true
# Defaults
[*]
indent_style = tab
indent_size = tab
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
max_line_length = 98
[*.cs]
indent_style = tab
tab_width = 4
# Disable trimming for designer-generated files to avoid churn
[*.{Designer.cs,resx}]
trim_trailing_whitespace = false
# Settings Visual Studio uses for generated files
[*.{csproj,resx,settings,targets,vcxproj*,vdproj,xml,yml,props,md}]
indent_style = space
indent_size = 2
# Generated file
[*.sln]
end_of_line = crlf