Set basic offset for C

This commit is contained in:
2021-01-01 00:00:32 +00:00
parent b2bd51307b
commit a4beb13dd1

View File

@@ -277,6 +277,8 @@ needs to be set up to install them if they aren't already.
#+begin_src emacs-lisp
(setq c-default-style "bsd")
(setq c-basic-offset 4)
(use-package clang-format)
(add-hook 'c-mode-hook
(lambda ()