mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
6 lines
140 B
EmacsLisp
6 lines
140 B
EmacsLisp
(
|
|
(c-default-style . "BSD")
|
|
(c-mode . ((c-basic-offset . 4) (tab-width . 4) (indent-tabs-mode . nil)))
|
|
(nil . ((fill-column . 80)))
|
|
)
|