chore: apply indentation rule for cjs/mjs as well

This commit is contained in:
Jixun Wu 2023-05-16 22:50:03 +01:00
parent 71014c3a90
commit 1069c4c6bb
1 changed files with 1 additions and 1 deletions

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