Skip to content

Commit

Permalink
fix: add mjs to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Aug 14, 2021
1 parent 0350e6f commit 41ca5ed
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 @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,cjs,jsx,ts,tsx,json,css,pcss,postcss,scss,less,vert,frag,glsl,svg,xml}]
[*.{js,cjs,mjs,jsx,ts,tsx,json,css,pcss,postcss,scss,less,vert,frag,glsl,svg,xml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 41ca5ed

Please sign in to comment.