Skip to content

Commit

Permalink
emacs.d/config/lang-c.el: add gstreamer c style
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnylamb committed Nov 28, 2019
1 parent 133f05b commit 4a8628b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions emacs.d/config/lang-c.el
Expand Up @@ -22,6 +22,12 @@
'("linux"
(indent-tabs-mode . t)))

(c-add-style
"gstreamer"
'("K&R"
(indent-tabs-mode . nil)
(c-basic-offset . 4)))

;; use wayland style by default
(setq c-default-style "gtk")

Expand Down

0 comments on commit 4a8628b

Please sign in to comment.