dotfiles

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

commit 9c108f6f6074b8574d4114cdfcb5ea946d999709
parent 9604ff0ba540d3c186ea8cf462ad0b04e877b515
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 29 Sep 2016 23:00:31 -0700

Add Objective-C style prefs

Diffstat:
M.astylerc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.astylerc b/.astylerc @@ -10,3 +10,6 @@ --close-templates # C++11 templates --max-code-length=80 # 80-col max --lineend=linux # \n +--align-method-colon # ObjC: Align colons in method decls +--pad-method-prefix # ObjC: Insert a space after the -/+ prefix +--pad-method-colon=none # ObjC: No padding before/after colons in calls