From de34f092186611a4fda1a9b0c200d12871a60173 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 4 Dec 2023 09:09:59 +0100 Subject: [PATCH] Extend editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6acab60..60659f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + [*.sh] indent_style = space indent_size = 4 @@ -5,3 +11,7 @@ indent_size = 4 [.envrc] indent_style = space indent_size = 4 + +[scripts/*] +indent_style = space +indent_size = 4