Skip to content

Commit

Permalink
Merge pull request #50 from drpaneas/same_editorconfig
Browse files Browse the repository at this point in the history
Contributors should use common settings in VSCode
  • Loading branch information
drpaneas committed Sep 25, 2020
2 parents 303f7fb + b0f8d8b commit edbaeaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

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

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

0 comments on commit edbaeaf

Please sign in to comment.