commit | 27faf7ca7d7b6ed3d47b450763b09bc240ccf91e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 29 14:26:49 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 29 14:26:56 2022 -0500 |
tree | ff3faed2a8eba2980ea80bfc9cba34d51cb52329 | |
parent | a959678ca810529e886adc40bcc4c8c59c0ee0e4 [diff] [blame] |
markdownlint, prettier: enable formatting Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3f1eb4fd602cf9f6403836e554ad6d6f6e76f9db
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4a4080a --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,6 @@ +[*] +indent_style = space +indent_size = 4 +# Config for shfmt +switch_case_indent = true +space_redirects = true