mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
swr: [rasterizer] add a .dir-locals.el to support 4-space indents
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
This commit is contained in:
parent
36e5d68cad
commit
5be635d5e4
1 changed files with 8 additions and 0 deletions
8
src/gallium/drivers/swr/rasterizer/.dir-locals.el
Normal file
8
src/gallium/drivers/swr/rasterizer/.dir-locals.el
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
((prog-mode
|
||||
(c-basic-offset . 4)
|
||||
(c-file-style . "k&r")
|
||||
(fill-column . 78)
|
||||
(indent-tabs-mode . nil)
|
||||
(show-trailing-whitespace . t)
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue