SEO対策!(素振り)
TL; DR;
(defconst beet-style '((c-offsets-alist . ((inlambda . 0)))) "description") (add-hook 'c++-mode-hook '(lambda() (c-add-style "PERSONAL" beet-style t) (setq c-basic-offset 2)))
なんかインデントがスペース4になったので(setq c-basic-offset 2)した なんでだろ
SEO対策!(素振り)
(defconst beet-style '((c-offsets-alist . ((inlambda . 0)))) "description") (add-hook 'c++-mode-hook '(lambda() (c-add-style "PERSONAL" beet-style t) (setq c-basic-offset 2)))
なんかインデントがスペース4になったので(setq c-basic-offset 2)した なんでだろ