File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 1
- # http://editorconfig.org
2
-
3
- # A special property that should be specified at the top of the file outside of
4
- # any sections. Set to true to stop .editor config file search on current file
5
- root = true
6
-
7
1
[* ]
8
- # Indentation style
9
- # Possible values - tab, space
10
2
indent_style = space
11
-
12
- # Indentation size in single-spaced characters
13
- # Possible values - an integer, tab
14
3
indent_size = 2
15
-
16
- # Line ending file format
17
- # Possible values - lf, crlf, cr
18
4
end_of_line = lf
19
-
20
- # File character encoding
21
- # Possible values - latin1, utf-8, utf-16be, utf-16le
22
5
charset = utf-8
23
-
24
- # Denotes whether to trim whitespace at the end of lines
25
- # Possible values - true, false
26
6
trim_trailing_whitespace = true
27
-
28
- # Denotes whether file should end with a newline
29
- # Possible values - true, false
30
7
insert_final_newline = true
You can’t perform that action at this time.
0 commit comments