chore: make json indent 2

This commit is contained in:
Wesley F. Young 2024-09-05 22:26:22 +08:00
parent b07ac300bd
commit 6fe43b6835

View File

@ -13,10 +13,14 @@ insert_final_newline = true
charset = utf-8
# 2 space indentation
[*.{cjs,mjs,js,jsx,ts,tsx,css,scss,sass,html,json}]
[*.{cjs,mjs,js,jsx,ts,tsx,css,scss,sass,html}]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 2
[*.bat]
charset = latin1