Skip to content

Commit b1a9371

Browse files
committed
Adding .editorconfig
1 parent b33a7c5 commit b1a9371

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# EditorConfig <https://EditorConfig.org>
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = tab
8+
indent_style = space
9+
insert_final_newline = true
10+
max_line_length = 120
11+
tab_width = 2

0 commit comments

Comments
 (0)