Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jun 15, 2021
1 parent f6a70b8 commit e3c3c5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.{json,md}]
indent_size = 2
indent_style = space

[*.md]
trim_trailing_whitespace = false

0 comments on commit e3c3c5f

Please sign in to comment.