commit | 790b7e76867143765b344c0b9120bb2ef8dfd0bd | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 14 11:36:18 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Apr 14 11:37:07 2022 -0500 |
tree | 5e63f552432d74e157bdcbf1d8344987cb1d73e5 | |
parent | 4b0d12687aedd528126932bbe6275173ca6cb99e [diff] [blame] |
shell: simplify editorconfig Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie19dda06e01beb5681d23f42efb79408dabf7021
diff --git a/.editorconfig b/.editorconfig index 2fb4fc6..4a4080a 100644 --- a/.editorconfig +++ b/.editorconfig
@@ -1,6 +1,6 @@ -# Config for shfmt -[{*.sh,tools/sdbus++-gen*}] +[*] indent_style = space indent_size = 4 +# Config for shfmt switch_case_indent = true space_redirects = true