alias, exports, functions and new commands

This commit is contained in:
Ismo Vuorinen
2022-12-09 15:54:40 +02:00
parent bf4b0c50f4
commit 8814c777f5
13 changed files with 323 additions and 153 deletions

View File

@@ -14,7 +14,6 @@ trim_trailing_whitespace = true
indent_size = 2
[*.sh]
indent_style = space
indent_size = 2
tab_width = 2
@@ -22,6 +21,6 @@ shell_variant = posix # like -ln=posix
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
keep_padding = false # like -kp
function_next_line = false # like -fn
keep_padding = false # like -kp
function_next_line = true # like -fn
never_split = true # like -ns