dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 03eb668b384c37b71d8cb428ac65cb6c55bc37a4
parent 4cc528c4f2dc8ced9785db130350aa6ff0e2be6c
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 29 Sep 2016 22:52:31 -0700

Use C++11 style >> in templates

Diffstat:
M.astylerc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.astylerc b/.astylerc @@ -7,6 +7,6 @@ --unpad-paren # Remove useless padding in/around parens --align-pointer=name # Align * and & with var/param name --convert-tabs # Eliminate all tabs -# --close-templates # C++11 templates +--close-templates # C++11 templates # --max-code-length=80 # 80-col max --lineend=linux # \n