mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
b5c037f6b1
Reviewed-by: Brian Paul <brianp@vmware.com>
12 lines
225 B
EmacsLisp
12 lines
225 B
EmacsLisp
((nil
|
|
(indent-tabs-mode . nil)
|
|
(tab-width . 8)
|
|
(c-basic-offset . 3)
|
|
(c-file-style . "stroustrup")
|
|
(fill-column . 78)
|
|
(eval . (progn
|
|
(c-set-offset 'innamespace '0)
|
|
(c-set-offset 'inline-open '0)))
|
|
)
|
|
)
|