branch: externals/minuet commit 37f1607d2a9e886c44d08f6f7db03533e8616cf5 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: standardize indentation using EditorConfig and dir-locals.el. --- .dir-locals.el | 5 +++++ .editorconfig | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..5bcec0d8c0 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +((lisp-mode + (lisp-body-indent . 4)) + (emacs-lisp-mode + (lisp-body-indent . 4) + (editorconfig-lisp-use-default-indent . t))) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..07475385e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +trim_trailing_whitespace = true + +[*.el] +indent_style = space +indent_size = 4 \ No newline at end of file