1 ;; Emacs settings for drd tests.
4 ;; Standard settings for editing C source files.
6 ;; Apply the Linux style as a base.
7 (c-file-style .
"linux")
8 ;; Use spaces instead of tabs for indentation.
9 (indent-tabs-mode . nil
)
10 ;; Indent 2 columns per level. Note that this differs from
11 ;; the usual Valgrind style.
13 ;; Lines should be limited to 80 columns.