Document default styling rule values
This commit is contained in:
parent
5d0854fbfd
commit
a6e78a3167
8
init.el
8
init.el
@ -100,10 +100,10 @@
|
|||||||
|
|
||||||
;; Set the default styling rules to use.
|
;; Set the default styling rules to use.
|
||||||
(setq-default
|
(setq-default
|
||||||
indent-tabs-mode nil
|
indent-tabs-mode nil ; Don't use tabs for indentation
|
||||||
tab-width 4
|
tab-width 4 ; Use 4 spaces for default by indentation
|
||||||
c-basic-offset 4
|
c-basic-offset 4 ; Same as above, but for C-like languages
|
||||||
c-default-style "bsd"
|
c-default-style "bsd" ; Use BSD-style default styling rules for C-like languages
|
||||||
)
|
)
|
||||||
|
|
||||||
;; (OS-specific) Set the default working directory.
|
;; (OS-specific) Set the default working directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user