summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2025-01-23 16:32:57 -0600
committerPaolo Melchiorre <paolo@melchiorre.org>2025-01-24 02:04:07 +0100
commit8e8f283d3a3650f2ebf4ca609b54a26e3be17751 (patch)
tree418dc52b64242209d7cadd48f12ca180d5d30500 /.editorconfig
parent6be8f1367927c674574394bd09cf418e0751c5eb (diff)
Updated JavaScript indent size to match `prettier`
This was missed in 6dc8f418. The indent size in `.editorconfig` should match `.prettierrc`.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 0efb3c9c..9fb596fe 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -18,7 +18,7 @@ trim_trailing_whitespace = false
[*.{scss,js}]
indent_style = space
-indent_size = 4
+indent_size = 2
# Customizations for third party libraries