chore: apply indentation rule for cjs/mjs as well

This commit is contained in:
鲁树人 2023-05-16 22:50:03 +01:00
parent 71014c3a90
commit 1069c4c6bb

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