Indent Size Fix

This commit is contained in:
Sandip Ghimire 2026-01-25 15:16:21 +05:45
parent 92f001a13f
commit e267286df6

View File

@ -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