mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
vc4: Add .dir-locals.el for kernel style in the kernel code.
This commit is contained in:
parent
6576dc1e92
commit
fc1eb614a7
1 changed files with 12 additions and 0 deletions
12
src/gallium/drivers/vc4/kernel/.dir-locals.el
Normal file
12
src/gallium/drivers/vc4/kernel/.dir-locals.el
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
((nil
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 8)
|
||||
(c-basic-offset . 8)
|
||||
(c-file-style . "stroustrup")
|
||||
(fill-column . 78)
|
||||
(eval . (progn
|
||||
(c-set-offset 'innamespace '0)
|
||||
(c-set-offset 'inline-open '0)))
|
||||
)
|
||||
(makefile-mode (indent-tabs-mode . t))
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue