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

Commit c5cffc9

Browse files
committed
Our editor settings
1 parent f94a578 commit c5cffc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig helps create consistency for formatting of all code
2+
#
3+
# http://EditorConfig.org
4+
5+
root = true
6+
7+
[*]
8+
end_of_line = lf
9+
indent_style = space
10+
indent_size = 4
11+
charset = utf-8
12+
13+
[*.yml]
14+
indent_size = 2

0 commit comments

Comments
 (0)