style: formatting changes

This commit is contained in:
Ritesh Ghosh
2025-04-14 23:59:26 +05:30
parent cbfc462d5e
commit cc838023ae
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
end_of_line = lf
[*.{js,mjs,ts}]
indent_size = 2
indent_size = 4
trim_trailing_whitespace = true
+1 -1
View File
@@ -3,7 +3,7 @@
*/
export default {
semi: true,
tabWidth: 2,
tabWidth: 4,
useTabs: false,
printWidth: 80,
singleQuote: false,