From f169497e86a20ce58d1639177cc58d877608421c Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Mon, 12 May 2014 11:12:13 +0200 Subject: fix code style script: enforce max line width of 120 chars --- Tools/fix_code_style.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/fix_code_style.sh b/Tools/fix_code_style.sh index 0b6743013..5995d428e 100755 --- a/Tools/fix_code_style.sh +++ b/Tools/fix_code_style.sh @@ -16,5 +16,6 @@ astyle \ --ignore-exclude-errors-x \ --lineend=linux \ --exclude=EASTL \ - --add-brackets \ + --add-brackets \ + --max-code-length=120 \ $* -- cgit v1.2.3