Skip to content

Commit

Permalink
Fix editorconfig syntax, and use tab_width = 2 for certain json files…
Browse files Browse the repository at this point in the history
… to reflect their current states
  • Loading branch information
abdullah-kasim committed Aug 23, 2023
1 parent b35c765 commit 4227450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.json,*.yaml,*.yml]
[{*.json,*.yaml,*.yml}]
indent_style = space

[{package.json,tsconfig.json,tsconfig.*.json}]
tab_width = 2

0 comments on commit 4227450

Please sign in to comment.