Skip to content

Commit 15f855f

Browse files
authored
Merge pull request #1889 from kolyshkin/editorconfig
Add .editorconfig
2 parents d6d95d3 + d41a45c commit 15f855f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig is awesome: https://editorconfig.org
2+
3+
# This is a top-most EditorConfig file.
4+
root = true
5+
6+
[*.c]
7+
indent_style = space
8+
indent_size = 2
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.py]
13+
indent_style = space
14+
indent_size = 4
15+
tab_width = 8
16+
insert_final_newline = true
17+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)