Skip to content

Commit b7a0c77

Browse files
authored
Merge pull request #9 from EventAccess/pr-editorconfig-1
Add editorconfig
2 parents f1af8b1 + a92e009 commit b7a0c77

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.editorconfig

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

0 commit comments

Comments
 (0)