mesa: Use u_math.h from macros.h
[mesa.git] / src / mesa / drivers / dri / nouveau / .dir-locals.el
1 ((prog-mode
2 (indent-tabs-mode . true)
3 (tab-width . 8)
4 (c-basic-offset . 8)
5 (c-file-style . "stroustrup")
6 (fill-column . 78)
7 )
8 )