Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit d0327d9

Browse files
committed
Create .editorconfig
1 parent dab133a commit d0327d9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = tab
8+
indent_size = 2
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false
13+
14+
[*.yml]
15+
indent_style = space

0 commit comments

Comments
 (0)