Skip to content

Commit

Permalink
refactor: further aligned code style (#181)
Browse files Browse the repository at this point in the history
* refactor: aligned code styles through projects

* fix: this is not an option for the config

* refactor: added further necessary declarations
  • Loading branch information
mfranzke authored Dec 6, 2022
1 parent ff63a63 commit 7eeae18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
[*.{js,jsx,ts,tsx,mjs}]
quote_type = single

[package.json]
Expand All @@ -21,6 +21,6 @@ quote_type = single
indent_size = 2
indent_style = space

[{*.yaml,*.yml}]
[*.{yaml,yml,md}]
indent_style = space
indent_size = 2

0 comments on commit 7eeae18

Please sign in to comment.