Sign in
fuchsia
/
fuchsia
/
17bec424c1c24d1a9a41410108c4e018be8ac5e7
/
.
/
.dir-locals.el
blob: 66c2eafcbc80f1428fb96b0259aff01c7b2d7935 [
file
] [
log
] [
blame
]
;; 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
)))
)