Skip to content

Commit 864bda4

Browse files
committed
applied shellcheck fixes (use mapfile, use command grep/sed to avoid (rare) case of command being aliased, minimize shell invocation, don't read profile/maven file needlessly, ...)
1 parent 216cd66 commit 864bda4

File tree

2 files changed

+607
-223
lines changed

2 files changed

+607
-223
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root=true
2+
3+
[*.{bash,java,cpp,py,xml}]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.bash]
11+
end_of_line = lf
12+

0 commit comments

Comments
 (0)