commit | 9ede18b4f3d22d4141120ebc655256f02f31410c | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Mar 12 07:55:36 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Mar 13 11:19:51 2022 +0000 |
tree | 27a48f777d1bc18b402c4117037f988bd647bf7d | |
parent | e944507f6e0a16561d6e3c50f17ad59a4c1929db [diff] [blame] |
shell: format with shfmt Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86a7c52c32a14bf0a1184b6d7dc50112c49ade91
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2fb4fc6 --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,6 @@ +# Config for shfmt +[{*.sh,tools/sdbus++-gen*}] +indent_style = space +indent_size = 4 +switch_case_indent = true +space_redirects = true