Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fd2d5549
Commit
fd2d5549
authored
Sep 26, 2017
by
Don Gagne
Committed by
GitHub
Sep 26, 2017
Browse files
Merge pull request #5702 from HorusAeronaves/remove_astyle
tools: Remove fix_code_style.sh
parents
ed8e6bd4
cfbd4b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/fix_code_style.sh
deleted
100755 → 0
View file @
ed8e6bd4
#!/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
\
$*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment