Skip to content

Commit

Permalink
chore: fix editorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Sep 7, 2021
1 parent e032f7c commit 805705a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorConfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[{*.css,*.scss}]
[{*.css,*.scss,*.less,*.variables,*.overrides}]
indent_size = 4

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

0 comments on commit 805705a

Please sign in to comment.