Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Oct 2, 2019
1 parent 6fbad3b commit 400313d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
root = true

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

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

[*.ascii]
trim_trailing_whitespace = false

[{Makefile,.SRCINFO}]
indent_style = tab

0 comments on commit 400313d

Please sign in to comment.