Skip to content

Commit

Permalink
Add editorconfig and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 23, 2017
1 parent 96c7593 commit 50eb8ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

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

[Makefile]
indent_style = tab

[.travis.yml]
indent_size = 2
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto eol=lf
*.bs diff=html linguist-language=HTML

0 comments on commit 50eb8ad

Please sign in to comment.