chore: apply indentation rule for cjs/mjs as well

This commit is contained in:
鲁树人 2023-05-16 22:50:03 +01:00
parent 1fafe34fa1
commit 863a4e4f89

View File

@ -11,5 +11,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js{x,on,},ts{x,}}]
[*.{{c,m,}js{x,on,},ts{x,}}]
indent_size = 2