From d1e79cf7f44cc9eba96ef1d73e403ee8917af839 Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Sat, 21 Feb 2026 06:00:49 +0100 Subject: [PATCH] add editorconfig files --- .editorconfig | 6 ++++++ profiles/base/.local/bin/.editorconfig | 6 ++++++ profiles/desktop/.local/bin/.editorconfig | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 .editorconfig create mode 100644 profiles/base/.local/bin/.editorconfig create mode 100644 profiles/desktop/.local/bin/.editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..da72dee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[{*.sh,*.bash,*.zsh,.bashrc,.zshrc,install}] +indent_style = space +indent_size = 2 +max_line_length = 80 diff --git a/profiles/base/.local/bin/.editorconfig b/profiles/base/.local/bin/.editorconfig new file mode 100644 index 0000000..d8be63d --- /dev/null +++ b/profiles/base/.local/bin/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +max_line_length = 80 diff --git a/profiles/desktop/.local/bin/.editorconfig b/profiles/desktop/.local/bin/.editorconfig new file mode 100644 index 0000000..d8be63d --- /dev/null +++ b/profiles/desktop/.local/bin/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +max_line_length = 80