mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
af98c6b05b
dirvars package has been replaced by built-in functionality of dir-locals. preserve the settings in the new infrastructure
11 lines
204 B
EmacsLisp
11 lines
204 B
EmacsLisp
((nil
|
|
(indent-tabs-mode . nil)
|
|
(tab-width . 8)
|
|
(c-basic-offset . 3)
|
|
(c-file-style . "stroustrup")
|
|
(eval . (progn
|
|
(c-set-offset 'innamespace '0)
|
|
(c-set-offset 'inline-open '0)))
|
|
)
|
|
)
|