diff --git a/init.d/programming/c++.el b/init.d/programming/c++.el index 9ef0923..50daa8a 100644 --- a/init.d/programming/c++.el +++ b/init.d/programming/c++.el @@ -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"