Skip to content

Commit

Permalink
Merge pull request #361 from aubelsb2/editorconfig
Browse files Browse the repository at this point in the history
Add `.editorconfig` to let editors fix some things that eslint would point out.
  • Loading branch information
XmiliaH committed Oct 12, 2021
2 parents 5122769 + 5d6b462 commit d9af94c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*.js]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit d9af94c

Please sign in to comment.