From: Ben Beltran Date: Fri, 28 Dec 2018 19:53:27 +0000 (-0700) Subject: Add lineend option to astyle X-Git-Tag: 1.0.0^2~1^2~3 X-Git-Url: https://git.r.bdr.sh/rbdr/ngx_http_office_hours_filter_module/commitdiff_plain/348cd2c979f79ce5a425937879591933f18750fc?hp=47ec15567e394b8e39d3aa3790636694806ef2d1 Add lineend option to astyle --- diff --git a/Makefile b/Makefile index be8def1..fa50352 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ setup_hooks: ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit format: - astyle --style=kr *.c + astyle --lineend=linux --style=kr *.c