~hipl-core/hipl/rvs_mobility

1
2
3
4
5
6
7
8
9
; suitable Emacs defaults for the HIPL coding style
((nil
  (indent-tabs-mode)
  (show-trailing-whitespace . t)
  (tab-width . 4))
 (c-mode
  (c-basic-offset . 4)
  (c-file-style . "k&r"))
 )