Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 460b548

Browse files
committed
Add EditorConfig file
1 parent 9cf17a0 commit 460b548

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = tab
7+
end_of_line = lf
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)