Skip to content

Commit 7eeae18

Browse files
authored
refactor: further aligned code style (#181)
* refactor: aligned code styles through projects * fix: this is not an option for the config * refactor: added further necessary declarations
1 parent ff63a63 commit 7eeae18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_size = 4
1212
insert_final_newline = true
1313
trim_trailing_whitespace = true
1414

15-
[*.js]
15+
[*.{js,jsx,ts,tsx,mjs}]
1616
quote_type = single
1717

1818
[package.json]
@@ -21,6 +21,6 @@ quote_type = single
2121
indent_size = 2
2222
indent_style = space
2323

24-
[{*.yaml,*.yml}]
24+
[*.{yaml,yml,md}]
2525
indent_style = space
2626
indent_size = 2

0 commit comments

Comments
 (0)