Skip to content

Commit e38f823

Browse files
committed
adds further file types to editorconfig
1 parent 4daf55d commit e38f823

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.editorconfig

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@
55
# top-most EditorConfig file
66
root = true
77

8-
# Settings which apply to all files
98
[*]
10-
# Unix-style newlines with a newline ending every file
119
end_of_line = lf
1210
insert_final_newline = true
1311
charset = utf-8
1412
trim_trailing_whitespace = true
15-
16-
# Settings for .py files
17-
[*.py]
1813
indent_style = space
14+
15+
[*.{py, md, rst}]
1916
indent_size = 4
2017

21-
# Settings for .travis.yml
22-
[.travis.yml]
23-
indent_style = space
18+
[*.yml]
2419
indent_size = 2
20+
21+
[Makefile]
22+
indent_style = tab
23+
indent_size = 8

0 commit comments

Comments
 (0)