Skip to content

Commit

Permalink
More settings for editors
Browse files Browse the repository at this point in the history
Also set the charset, indentation, newline at end of file and no trailing whitespaces.
  • Loading branch information
XmiliaH authored Oct 12, 2021
1 parent a2bdc13 commit 5d6b462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
root = true

[*.js]
end_of_line = lf # Matches lint
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 5d6b462

Please sign in to comment.