Skip to content

Commit

Permalink
maint/dev ~ update EditorConfig (specify CJS/MJS to support JS ESM)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 15, 2021
1 parent dbe4474 commit ed5af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end_of_line = crlf
# go ~ TAB-style indentation (SPACE-style alignment); ref: <https://blog.golang.org/gofmt>@@<https://archive.is/wip/9B6FC>
indent_style = tab

[*.{js,json,ts}]
[*.{cjs,js,json,mjs,ts}]
# js/ts ~ Prettier/XO-style == TAB indention + SPACE alignment
indent_style = tab

Expand Down

0 comments on commit ed5af63

Please sign in to comment.