branch: scratch/editorconfig-cc
commit 58e2e82ce3a807d399db0e2ff0a8ebc81639a484
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
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)