Change tab indent to space indent

This commit is contained in:
10sa
2023-05-19 22:38:12 +09:00
parent 211649798a
commit 30e931454a

View File

@@ -7,5 +7,5 @@ trim_trailing_whitespace = true
[*.{js, conf, json}]
charset = utf-8
indent_style = tab
indent_style = space
indent_size = 4