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:
Ilia Mirkin 2016-11-09 12:07:42 -05:00
parent 36e5d68cad
commit 5be635d5e4
1 changed files with 8 additions and 0 deletions

View 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)
)
)