diff --git a/.editorconfig b/.editorconfig index 3b510aa..2ced9ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}] charset = utf-8 -indent_size = 2 +indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true