Skip to content

Commit

Permalink
eol
Browse files Browse the repository at this point in the history
  • Loading branch information
erlenddalen committed Mar 3, 2020
1 parent b4480f9 commit d1f0097
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

root = true

[*]
end_of_line = lf

[*.{txt,ini,cfg}]
insert_final_newline = true

[*.{js,py,html,json,yml,rst,md}]
end_of_line = lf
indent_size = 4
indent_style = space
# trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[*.yml]
indent_size = 2

[package.json]
indent_size = 2

[Makefile]
indent_style = tab

8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

* text eol=lf

*.png binary
*.jpg binary
*.gif binary
*.db binary

0 comments on commit d1f0097

Please sign in to comment.