From b2c71090a44c38d465554ad3fa79a5e0ad981dd1 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 26 May 2016 21:30:24 -0700 Subject: [PATCH] Remove use of quotes in astyle options, which causes problems on some platforms. (#77) --- .astyle-opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.astyle-opts b/.astyle-opts index 69c848786..3bebecd61 100644 --- a/.astyle-opts +++ b/.astyle-opts @@ -1,4 +1,4 @@ ---style="allman" +--style=allman --max-code-length=120 --max-instatement-indent=100 --attach-namespaces --attach-inlines