Skip to content

Commit

Permalink
.dir-locals.el: Update indentation settings for C and shell-script
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Sep 26, 2023
1 parent 0b280a0 commit 8691413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
((c-mode . ((c-file-style . "linux")))
(meson-mode . ((indent-tabs-mode . nil))))
((c-mode . ((c-file-style . "linux")
(gnome-c-align-arglist . nil)))
(meson-mode . ((indent-tabs-mode . nil)))
(sh-mode . ((sh-basic-offset . 8))))

0 comments on commit 8691413

Please sign in to comment.