Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 14b0632

Browse files
committed
✨ +editorconfig
1 parent 543a012 commit 14b0632

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+
indent_style = tab
5+
charset = utf-8
6+
end_of_line = lf
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.yml]
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)