Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit c3a4f64

Browse files
committed
Create .editorconfig
1 parent f3052e7 commit c3a4f64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)