Skip to content

Commit

Permalink
Add .editorconfig for consistent code formatting
Browse files Browse the repository at this point in the history
always useful to have :-)
  • Loading branch information
coliff committed May 6, 2020
1 parent e0c6ae9 commit 0be26c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true

[*.js]
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 0be26c1

Please sign in to comment.