1 ;; Emacs settings for Valgrind.
4 ;; Format used to turn a bug number into a URL (when displaying it).
5 (nil .
((bug-reference-url-format .
"http://bugs.kde.org/show_bug.cgi?id=%s")))
7 ;; Standard settings for editing C source files.
9 ;; Apply the Linux style as a base.
10 (c-file-style .
"linux")
11 ;; Use spaces instead of tabs for indentation.
12 (indent-tabs-mode . nil
)
13 ;; Indent 3 columns per level.
15 ;; Lines should be limited to 80 columns.