From a236beeb1ee1e8682b937af6ea8bf349b9f429a7 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 7 May 2020 18:23:17 +0200 Subject: [PATCH] Added --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d83c28c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*.{sh,md,cfg,sample}] +indent_style = tab +indent_size = 4 + +[bashtop] +indent_style = tab +indent_size = 4 \ No newline at end of file