Skip to content

Commit

Permalink
dir-locals: Set indicator column
Browse files Browse the repository at this point in the history
Makes indenting a bit simpler

Signed-off-by: Guido Günther <[email protected]>
Part-of: <https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/622>
  • Loading branch information
agx committed Jan 28, 2025
1 parent 6a36ffc commit c16cfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(c-file-style . "linux")
(indent-tabs-mode . nil)
(c-basic-offset . 2)
(display-fill-column-indicator-column . 100)
))
(setq auto-mode-alist (cons '("\\.ui$" . nxml-mode) auto-mode-alist))
(nxml-mode . (
Expand Down

0 comments on commit c16cfce

Please sign in to comment.