diff options
| author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2023-08-28 14:33:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 22:33:43 +0200 |
| commit | 66a6e87290ee43b4935bc178c737c565570fbc7f (patch) | |
| tree | 710fe9b8968cfe501af4f35ad84379afd64f4fe3 /.editorconfig | |
| parent | 32d0d609fcae29db5d57e8baae864adddc29abab (diff) | |
fix(scss): Use consistent spacing instead of tabs (#1281)
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 6bdd1c39..0efb3c9c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,8 +17,8 @@ indent_size = 2 trim_trailing_whitespace = false [*.{scss,js}] -indent_style = tab -indent_size = tab +indent_style = space +indent_size = 4 # Customizations for third party libraries |
