Skip to content

Commit

Permalink
applied shellcheck fixes (use mapfile, use command grep/sed to avoid …
Browse files Browse the repository at this point in the history
…(rare) case of command being aliased, minimize shell invocation, don't read profile/maven file needlessly, ...)
  • Loading branch information
glhez committed May 2, 2020
1 parent 216cd66 commit 61d86d6
Show file tree
Hide file tree
Showing 2 changed files with 606 additions and 223 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root=true

[*.{bash,java,cpp,py,xml}]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.bash]
end_of_line = lf

Loading

0 comments on commit 61d86d6

Please sign in to comment.