Commit fd2d5549 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5702 from HorusAeronaves/remove_astyle

tools: Remove fix_code_style.sh
parents ed8e6bd4 cfbd4b5b
#!/bin/sh
astyle \
--style=allman \
--indent=spaces=4 \
--indent-cases \
--indent-preprocessor \
--break-blocks=all \
--pad-oper \
--pad-header \
--unpad-paren \
--keep-one-line-blocks \
--keep-one-line-statements \
--align-pointer=name \
--align-reference=name \
--suffix=none \
--ignore-exclude-errors-x \
--lineend=linux \
--exclude=EASTL \
$*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment