Skip to content

Commit 16b9514

Browse files
authored
Merge pull request #182 from l0b0/feat/configure-editors
feat: Configure editors
2 parents 4b933aa + 2c203fd commit 16b9514

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
indent_size = 2
11+
indent_style = space
12+
insert_final_newline = true
13+
14+
[LICENSE]
15+
indent_size = unset

0 commit comments

Comments
 (0)