Skip to content

Commit 399f04e

Browse files
authored
Merge pull request #22 from ryanbooker/feature/add-editorconfig
Add an .editorconfig to the project
2 parents 3244402 + 7a46fbf commit 399f04e

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+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = tab
7+
indent_style = space
8+
insert_final_newline = true
9+
max_line_length = 80
10+
tab_width = 4
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)