diff --git a/.editorconfig b/.editorconfig index 9c97eb2..e1f3323 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space charset = utf-8 trim_trailing_whitespace = true indent_size = 4 + +[*.{sql,html,css,json,js,ts,jsx,tsx}] +indent_size = 2