Skip to content

Commit 4623228

Browse files
authored
add simple .editorconfig (#4054)
Signed-off-by: Aminda Suomalainen <[email protected]>
1 parent 294b051 commit 4623228

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
insert_final_newline = true
6+
charset = utf-8
7+
max_line_length = 120

0 commit comments

Comments
 (0)