Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. ((nil
  2. (indent-tabs-mode . nil)
  3. (tab-width . 8)
  4. (c-basic-offset . 3)
  5. (c-file-style . "stroustrup")
  6. (fill-column . 78)
  7. (eval . (progn
  8. (c-set-offset 'innamespace '0)
  9. (c-set-offset 'inline-open '0)))
  10. )
  11. )