diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
| commit | 4052357e021085bc1c761108446ee09a778ade15 (patch) | |
| tree | e8664f34056a9f34538e1abb0b3eead15ecb4d70 /scripts/dot-local/bin/dot-editorconfig | |
| parent | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (diff) | |
big updates
Diffstat (limited to 'scripts/dot-local/bin/dot-editorconfig')
| -rw-r--r-- | scripts/dot-local/bin/dot-editorconfig | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
