Skip to content

Commit 8540691

Browse files
authored
config: addopt current file formatting as yml & markdown parametrization
Cherry picked from EbookFoundation#5564: e9f7dff
1 parent b3f1b8e commit 8540691

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12-
[*.md]
12+
[*.{markdown,md}]
1313
trim_trailing_whitespace = false
14+
15+
[*.{yaml,yml}]
16+
indent_size = 2

0 commit comments

Comments
 (0)