Skip to content

Commit

Permalink
Add .editorconfig, fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Jun 1, 2017
1 parent bf8399f commit 77ae099
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 123 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
root = true

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

[Makefile]
indent_style = tab
indent_size = 8

0 comments on commit 77ae099

Please sign in to comment.