Skip to content

Commit

Permalink
ci(dev): fix .editorconfig (#7457)
Browse files Browse the repository at this point in the history
#7401 set indent to 4 spaces in `.editorconfig`. But our convention is 2
spaces for JS, YAML and JSON files. Update `.editorconfig` to reflect
this.
  • Loading branch information
overlookmotel authored Nov 25, 2024
1 parent db6558f commit 7090b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.{js,mjs,cjs,jsx,ts,tsx,json,yml}]
indent_size = 2

0 comments on commit 7090b32

Please sign in to comment.