Emacs: formatting fix.
This commit is contained in:
parent
30168cacad
commit
34321385a0
|
@ -1,6 +1,6 @@
|
|||
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-01-04T10:24:10+0100>
|
||||
;; Time-stamp: <2020-01-10T17:44:43+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -61,7 +61,8 @@
|
|||
"tastytea"
|
||||
'("bsd"
|
||||
(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
|
||||
"tastytea-legacy" ; For old code.
|
||||
'("bsd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user