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