From bebdfa13be9737dba5e9f12ac18b14f1e4583dbb Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Wed, 25 Oct 2023 10:14:12 +0200 Subject: [PATCH] Add editorconfig file for shell style --- .editorconfig | 5 +++++ .reuse/dep5 | 1 + 2 files changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..6191af8065 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.sh{,.in}] +indent_style = space +indent_size = 2 +binary_next_line = true +switch_case_indent = true diff --git a/.reuse/dep5 b/.reuse/dep5 index d90b537d9e..7f78705f45 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -160,6 +160,7 @@ Files: **/.clang-format .clang-format .clang-format.headers .dir-locals.el + .editorconfig .git-blame-ignore-revs .gitattributes .gitignore