Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from juga0/feature/editorconfig
Browse files Browse the repository at this point in the history
Add editorconfig
  • Loading branch information
aagbsn authored Mar 19, 2018
2 parents 638ec0a + de4536a commit d935068
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# this should work for all editors that support .editorconfig!
#
# on debian, emacs users should install elpa-editorconfig and vim
# users should install vim-editorconfig.

root = true

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

[Makefile]
indent_style = tab

0 comments on commit d935068

Please sign in to comment.