Skip to content

Commit ac8abeb

Browse files
committed
Adding a generic .editorconfig. https://editorconfig.org/
1 parent 39f66dc commit ac8abeb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# EditorConfig https://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[Makefile]
13+
indent_style = tab
14+
15+
[*.yml]
16+
indent_style = space
17+
indent_size = 2

0 commit comments

Comments
 (0)