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

Commit 01e3f1b

Browse files
authored
Create .editorconfig
1 parent c654d1e commit 01e3f1b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = tab
8+
# tab_width is not set to allow the readers preferred width
9+
trim_trailing_whitespace = true
10+
11+
[*.yml]
12+
indent_style = space
13+
indent_size = 2

0 commit comments

Comments
 (0)