-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
25 lines (20 loc) · 488 Bytes
/
.editorconfig
File metadata and controls
25 lines (20 loc) · 488 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 is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# General
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
# Override tab indentation (no size specified)
[Makefile]
indent_style = tab
#[**{.cmd,.bat,.nt}]
#trim_trailing_whitespace = false
# override indentation for config files with 2 spaces
[{package.json,*.yml}]
indent_style = space
indent_size = 2