-
-
Notifications
You must be signed in to change notification settings - Fork 335
/
.editorconfig
44 lines (36 loc) · 903 Bytes
/
.editorconfig
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
32
33
34
35
36
37
38
39
40
41
42
43
# EditorConfig is awesome: https://EditorConfig.org
#
# VisualStudio: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019
# top-most EditorConfig file
root = true
# Windows-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = false
# Matches multiple files with brace expansion notation
[**.{h,c,cpp,hpp,cxx}]
# Set default charset
charset = utf-8
# space (w=2) indentation
indent_style = space
indent_size = 4
tab_width = 4
[**.{ini}]
charset = utf-8-sig
[lexilla/**.{h,c,cpp,hpp,cxx}]
# Set default charset
#charset = utf-8
# space (w=2) indentation
indent_style = tab
indent_size = 4
tab_width = 4
[language/**.{h,rc}]
charset = utf-8
# space (w=4) indentation
indent_style = space
indent_size = 4
tab_width = 4
[language/common_res.rc]
charset = latin1