emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emacs-editorconfig 276097b6356 151/364: Add apache-mode support


From: Stefan Monnier
Subject: scratch/emacs-editorconfig 276097b6356 151/364: Add apache-mode support (#135)
Date: Tue, 18 Jun 2024 01:40:50 -0400 (EDT)

branch: scratch/emacs-editorconfig
commit 276097b635687dd7d337de96fd74b07b199dc3b5
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Add apache-mode support (#135)
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index a4359785545..4a8674b3adb 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -112,7 +112,7 @@ show line numbers on the left:
 
 (defcustom editorconfig-indentation-alist
   ;; For contributors: Sort modes in alphabetical order, please :)
-  `(
+  `((apache-mode apache-indent-level)
     (cmake-mode cmake-tab-width)
     (emacs-lisp-mode lisp-indent-offset)
     (ess-mode ess-indent-offset)



reply via email to

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