From 4052357e021085bc1c761108446ee09a778ade15 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 18 Jan 2026 01:33:29 -0500 Subject: big updates --- scripts/dot-local/bin/dot-editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/dot-local/bin/dot-editorconfig') diff --git a/scripts/dot-local/bin/dot-editorconfig b/scripts/dot-local/bin/dot-editorconfig index a882442..dcc9f21 100644 --- a/scripts/dot-local/bin/dot-editorconfig +++ b/scripts/dot-local/bin/dot-editorconfig @@ -1,7 +1,11 @@ root = true -[*] +[[shell]] end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 +switch_case_indent = false +space_redirects = true +keep_padding = true +function_next_line = true -- cgit v1.2.3-71-gdd5e