-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy path.editorconfig
More file actions
25 lines (20 loc) · 601 Bytes
/
.editorconfig
File metadata and controls
25 lines (20 loc) · 601 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
# -----------------------------------------------
# --- General -----------------------------------
# --- https://editorconfig.org ------------------
# -----------------------------------------------
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# -----------------------------------------------
# --- Specific ----------------------------------
# -----------------------------------------------
[{Makefile,.gitmodules}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false