Skip to content

Commit 51054b8

Browse files
authored
chore: align .editorconfig defaults (#70)
1 parent 392ff9e commit 51054b8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
root = true
22

33
[*]
4+
indent_style = tab
5+
end_of_line = lf
46
charset = utf-8
57
trim_trailing_whitespace = true
68
insert_final_newline = true
9+
10+
[*.{md,yml,yaml}]
11+
indent_style = space
12+
indent_size = 2

template/.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
root = true
22

33
[*]
4+
indent_style = tab
5+
end_of_line = lf
46
charset = utf-8
57
trim_trailing_whitespace = true
68
insert_final_newline = true
9+
10+
[*.{md,yml,yaml}]
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)