X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.dir-locals.el;h=4b5393198de12c7c47ab685bb8a1c1ebeaf48f7b;hb=215075ae30aa60dd78dd7b3372f422e9e8e6a52b;hp=d95eb4803f6ba5b6d5968e16451dcbf84deaa10c;hpb=af8fd694d4946493553aac310cc1ce5fa1f765e5;p=mesa.git diff --git a/.dir-locals.el b/.dir-locals.el index d95eb4803f6..4b5393198de 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -5,6 +5,7 @@ (c-file-style . "stroustrup") (fill-column . 78) (eval . (progn + (c-set-offset 'case-label '0) (c-set-offset 'innamespace '0) (c-set-offset 'inline-open '0))) )