Skip to content

Commit bba8374

Browse files
authored
Merge pull request #33 from PhilETaylor/2.0-dev
EditorConfig
2 parents 9f93f2c + 94b6880 commit bba8374

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# Unix-style newlines with a newline ending every file
4+
[*]
5+
indent_style = tab
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)