-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.editorconfig
More file actions
38 lines (30 loc) · 718 Bytes
/
.editorconfig
File metadata and controls
38 lines (30 loc) · 718 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
26
27
28
29
30
31
32
33
34
35
36
37
38
###
# EditorConfig file for Django Framework projects.
# See https://editorconfig.org/ for documentation.
#
# https://git.brandon-rodriguez.com/other/editorconfig
# Version 1.1.0
##
# Stop editorconfig from searching further above current directory.
root = true
###
# Default styles for all files.
##
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
###
# Tab styles that should be four spaces per tab.
# Most languages will fall under this.
##
[*.{css,js,json,md,py,scss,sh,yaml}]
indent_size = 4
###
# Tab styles that should be two spaces per tab.
# Only very nested languages should be put here.
##
[*.html]
indent_size = 2