From 84e26c07e27a1a2eeac75ce5b2c1d20e03d5de04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 9 Sep 2021 19:26:38 +0200 Subject: [PATCH] Create .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b9bade3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + + # Unix-style newlines and whitespace cleanup + [*] + end_of_line = lf + insert_final_newline = true + trim_trailing_whitespace = true + insert_final_newline = true + + # shell formatting + [*.{sh,bash,zsh}] + indent_style = space + indent_size = 4