- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
Latest commit
20 lines (17 loc) · 395 Bytes
/
Copy path.editorconfig
File metadata and controls
20 lines (17 loc) · 395 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# EditorConfig is awesome: http://EditorConfig.org
root = false
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
charset = utf-8
[*.{json,js,css,scss,yml,htm,html}]
indent_style = space
indent_size = 2
[*.{md,mdown,markdown}]
trim_trailing_whitespace = false
insert_final_newline = true
indent_style = space
indent_size = 4