Skip to content

Commit

Permalink
build: add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r authored and vednoc committed Nov 19, 2020
1 parent e13443b commit f4a8c38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
insert_final_newline = true

[*.css]
block_comment_start = /*
block_comment = *
block_comment_end = */

[*.svg]
insert_final_newline = false

0 comments on commit f4a8c38

Please sign in to comment.