mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
Modify Emacs config
Confine it to cc-mode and add comment-start/end.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
;; First (minimal) attempt at configuring Emacs CC mode for the BLIS
|
||||
;; layout requirements.
|
||||
((nil . ((indent-tabs-mode . t)
|
||||
(tab-width . 4)
|
||||
(parens-require-spaces . nil)))
|
||||
(c-mode . ((c-file-style . "stroustrup")
|
||||
(c-basic-offset . 4)
|
||||
(subdirs . nil))))
|
||||
((c-mode . ((c-file-style . "stroustrup")
|
||||
(c-basic-offset . 4)
|
||||
(comment-start . "// ")
|
||||
(comment-end . "")
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 4)
|
||||
(parens-require-spaces . nil))))
|
||||
|
||||
Reference in New Issue
Block a user