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

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

[elpa] externals/indent-bars 26cd6d3552 2/3: support makefile-mode


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 26cd6d3552 2/3: support makefile-mode
Date: Wed, 6 Nov 2024 15:58:29 -0500 (EST)

branch: externals/indent-bars
commit 26cd6d3552b9b8891df584965bbc11a1513d1926
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    support makefile-mode
---
 indent-bars.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indent-bars.el b/indent-bars.el
index d05584cec7..7cbf3c7370 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1619,6 +1619,8 @@ Adapted from `highlight-indentation-mode'."
     tab-width)
    ((derived-mode-p 'nix-mode)
     tab-width)
+   ((derived-mode-p 'makefile-mode)
+    tab-width)
    ((and (derived-mode-p 'nix-ts-mode) (boundp 'nix-ts-mode-indent-offset))
     nix-ts-mode-indent-offset)
    ((and (derived-mode-p 'json-ts-mode) (boundp 'json-ts-mode-indent-offset))



reply via email to

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