Skip to content

Commit 69d01b9

Browse files
committed
Added editorconfig
1 parent 188b13b commit 69d01b9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig helps developers define and maintain consistent coding styles
2+
# between different editors and IDEs
3+
# editorconfig.org
4+
5+
6+
# Topmost EditorConfig file
7+
root = true
8+
9+
# Overall defaults
10+
[*]
11+
12+
# Tab style
13+
indent_style = space
14+
indent_size = 4
15+
16+
# File format and handling
17+
charset = utf-8
18+
end_of_line = lf
19+
insert_final_newline = true
20+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)