blob: 23ce5063a7d0cabe5f97decddc18e4e2fc1edc08 [file] [log] [blame]
;; Copyright 2017 The Fuchsia Authors. All rights reserved.
;; Use of this source code is governed by a BSD-style license that can be
;; found in the LICENSE file.
(
;; Expand tabs as spaces, and wrap lines at 100.
(c-mode . ((indent-tabs-mode . nil)
(fill-column . 100)))
(c++-mode . ((indent-tabs-mode . nil)
(fill-column . 100)))
)