Skip to content

Commit

Permalink
editorconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 23, 2018
1 parent 6ef97f2 commit 990c94b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
@@ -0,0 +1,20 @@
# http://editorconfig.org

root = true

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

[*.yml]
indent_style = space
indent_size = 2

[*.{md,markdown}]
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit 990c94b

Please sign in to comment.