10 linhas
211 B
EmacsLisp
10 linhas
211 B
EmacsLisp
;; Emacs settings.
|
|
;; Copyright (C) 2016 Google, Inc.
|
|
|
|
(
|
|
(c-mode . ((c-file-style . "stroustrup")
|
|
(indent-tabs-mode . nil)))
|
|
(c++-mode . ((c-file-style . "stroustrup")
|
|
(indent-tabs-mode . nil)))
|
|
)
|