File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Check http://editorconfig.org for more information
2
+ # This is the main config file for this project:
3
+ root = true
4
+
5
+ [* ]
6
+ charset = utf-8
7
+ end_of_line = lf
8
+ insert_final_newline = true
9
+ indent_style = space
10
+ indent_size = 2
11
+ trim_trailing_whitespace = true
12
+
13
+ [* .py ]
14
+ indent_style = space
15
+ indent_size = 4
16
+
17
+ [* .md ]
18
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change
1
+ # Check http://editorconfig.org for more information
2
+ # This is the main config file for this project:
3
+ root = true
4
+
5
+ [* ]
6
+ charset = utf-8
7
+ end_of_line = lf
8
+ insert_final_newline = true
9
+ indent_style = space
10
+ indent_size = 2
11
+ trim_trailing_whitespace = true
12
+
13
+ [* .py ]
14
+ indent_style = space
15
+ indent_size = 4
16
+
17
+ [* .md ]
18
+ trim_trailing_whitespace = false
You can’t perform that action at this time.
0 commit comments