mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Cosmetics
This commit is contained in:
parent
753cb4f01c
commit
406e69ab1d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ do
|
|||
if [[ $f != *"thirdparty"* ]]
|
||||
then
|
||||
dos2unix $f $f
|
||||
uncrustify -c ~/uncrustify.cfg --no-backup $f
|
||||
uncrustify -c ./uncrustify.cfg --no-backup $f
|
||||
./copyright.py ./copyright-header.txt $f
|
||||
./include-guard.py $f
|
||||
fi
|
||||
|
|
|
@ -38,7 +38,7 @@ sp_inside_braces_enum = force # "{ 1 }" vs "{1}"
|
|||
sp_inside_paren = remove # "( 1 )" vs "(1)"
|
||||
sp_inside_fparen = remove # "( 1 )" vs "(1)" - functions
|
||||
sp_inside_sparen = remove # "( 1 )" vs "(1)" - if/for/etc
|
||||
sp_assign = force
|
||||
sp_assign = force
|
||||
sp_assign_default = remove
|
||||
sp_arith = force
|
||||
sp_bool = force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue