-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
419ff50
commit 1059fd8
Showing
8 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[*.sh] | ||
##### MOCULL AUTOGENERATED ### DO NOT EDIT ##### | ||
# Using [[shell]] rather than [*.sh] will capture files with no extension | ||
[[shell]] | ||
# Used by shfmt | ||
indent_style = space | ||
indent_size = 4 | ||
shell_variant = posix | ||
;shell_variant = posix | ||
binary_next_line = true | ||
switch_case_indent = true | ||
space_redirects = true | ||
keep_padding = true | ||
function_next_line = true | ||
simplify = true | ||
##### END MOCULL AUTOGENERATED ### DO NOT EDIT ##### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Using [[shell]] rather than [*.sh] will capture files with no extension | ||
[[shell]] | ||
# Used by shfmt | ||
indent_style = space | ||
indent_size = 4 | ||
;shell_variant = posix | ||
binary_next_line = true | ||
switch_case_indent = true | ||
space_redirects = true | ||
keep_padding = true | ||
simplify = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters