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

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

[nongnu] scratch/editorconfig-cc 58e2e82ce3 151/351: Add apache-mode sup


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 58e2e82ce3 151/351: Add apache-mode support (#135)
Date: Thu, 13 Jun 2024 18:38:49 -0400 (EDT)

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

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

diff --git a/editorconfig.el b/editorconfig.el
index c1337a50f4..c04767cc5c 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -112,7 +112,8 @@ show line numbers on the left:
 
 (defcustom editorconfig-indentation-alist
   ;; For contributors: Sort modes in alphabetical order, please :)
-  '((awk-mode c-basic-offset)
+  '((apache-mode apache-indent-level)
+    (awk-mode c-basic-offset)
     (c++-mode c-basic-offset)
     (c-mode c-basic-offset)
     (cmake-mode cmake-tab-width)



reply via email to

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