Skip to content

Commit

Permalink
Added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvollmer committed Mar 28, 2018
1 parent 11d7693 commit 6cba7b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.go]
indent_style = tab

[{Makefile,*.mk}]
indent_style = tab

[{*.txt,*.md,*.mkdn,*.mdown,*.markdown}]
max_line_length = 0
trim_trailing_whitespace = false

0 comments on commit 6cba7b9

Please sign in to comment.