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

Commit

Permalink
Adjusted .editorconfig & added .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Mar 17, 2019
1 parent a4c1fe8 commit 30e4321
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
target
.git/
.gitignore
.editorconfig
*.sublime-project
Dockerfile
Makefile
README*
LICENSE
test/
18 changes: 17 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@ root = true

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

[*.{md,markdown}]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
indent_size = 2
max_line = 80

[*.{ex,exs}]
indent_style = space
indent_size = 2
max_line = 80

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

0 comments on commit 30e4321

Please sign in to comment.