Arquivos
magenta/.dir-locals.el
The Fuchsia Authors 53b9e1c8de [magenta] Initial commit
2016-06-15 00:31:24 -07:00

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)))
)