Skip to content

Commit

Permalink
[INTERNAL] .editorconfig: Align with other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Nov 11, 2022
1 parent 4ebfd86 commit b9f3295
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ root = true

[*]
charset = utf-8
indent_style = tab

[*.{css,html,js,json,less,txt}]
[*.{css,html,js,cjs,mjs,jsx,ts,tsx,less,txt,json,yml,md}]
trim_trailing_whitespace = true
end_of_line = lf
tab_width = 4
indent_size = 4
insert_final_newline = true

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

0 comments on commit b9f3295

Please sign in to comment.