xref: /aosp_15_r20/external/mesa3d/src/imagination/.dir-locals.el (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1((nil . ((show-trailing-whitespace . t)))
2 (prog-mode
3  (indent-tabs-mode . nil)
4  (tab-width . 3)
5  (c-basic-offset . 3)
6  (c-file-style . "linux")
7  (fill-column . 80)
8  )
9 )
10