summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/.dir-locals.el
blob: 774f023ae6f15f3fdbe523cdcf38f52240d4bfce (plain)
1
2
3
4
5
6
7
8
((prog-mode
  (indent-tabs-mode . true)
  (tab-width . 8)
  (c-basic-offset . 8)
  (c-file-style . "stroustrup")
  (fill-column . 78)
  )
 )