((c++-mode . ((indent-tabs-mode . nil) (c-file-style . "linux") (c-basic-offset . 2) (c-offsets-alist . ( (inline-open . 0) )) (comment-start . "/* ") (comment-end . " */") (comment-continue . " ") (comment-style . extra-line))) (c-mode . ((indent-tabs-mode . nil) (c-file-style . "linux") (c-basic-offset . 2) (c-offsets-alist . ( (inline-open . 0) )) (comment-start . "/* ") (comment-end . " */") (comment-continue . " ") (comment-style . extra-line))))