-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.editorconfig
More file actions
24 lines (17 loc) · 716 Bytes
/
.editorconfig
File metadata and controls
24 lines (17 loc) · 716 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
################################################################################
# #
# Read more about it at #
# https://EditorConfig.org #
# #
################################################################################
root = true
[*.{toml,xml,py,md}]
insert_final_newline = false
indent_style = space
end_of_line = lf
indent_size = 4
charset = utf-8
[*.{toml,xml,py}]
trim_trailing_whitespace = true
[*.{md}]
trim_trailing_whitespace = false