Emacs: formatting fix.

This commit is contained in:
tastytea 2020-01-10 17:45:05 +01:00
parent 30168cacad
commit 34321385a0

View File

@ -1,6 +1,6 @@
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*- ;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-01-04T10:24:10+0100> ;; Time-stamp: <2020-01-10T17:44:43+0100>
;;; Commentary: ;;; Commentary:
@ -61,7 +61,8 @@
"tastytea" "tastytea"
'("bsd" '("bsd"
(c-basic-offset . 4) ; Indent with 4 spaces. (c-basic-offset . 4) ; Indent with 4 spaces.
(c-offsets-alist . ((innamespace . [0]))))) ; Don't indent in namespaces. (c-offsets-alist . ((innamespace . [0]))) ; Don't indent in namespaces.
))
(c-add-style (c-add-style
"tastytea-legacy" ; For old code. "tastytea-legacy" ; For old code.
'("bsd" '("bsd"