emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/minuet 37f1607d2a 16/97: chore: standardize indentation


From: ELPA Syncer
Subject: [elpa] externals/minuet 37f1607d2a 16/97: chore: standardize indentation using EditorConfig and dir-locals.el.
Date: Mon, 24 Mar 2025 18:59:11 -0400 (EDT)

branch: externals/minuet
commit 37f1607d2a9e886c44d08f6f7db03533e8616cf5
Author: Milan Glacier <dev@milanglacier.com>
Commit: Milan Glacier <dev@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]