Move style file
This commit is contained in:
parent
d198c88625
commit
7a2d512a81
@ -84,7 +84,7 @@ OTHER_FILES += \
|
|||||||
distr/* \
|
distr/* \
|
||||||
version.json \
|
version.json \
|
||||||
README.md \
|
README.md \
|
||||||
uncrustify.cfg \
|
share/uncrustify.cfg \
|
||||||
.travis.yml \
|
.travis.yml \
|
||||||
TODO.md
|
TODO.md
|
||||||
|
|
||||||
|
@ -232,13 +232,13 @@ indent_oc_msg_colon = 0 # number
|
|||||||
sp_arith = add # ignore/add/remove/force
|
sp_arith = add # ignore/add/remove/force
|
||||||
|
|
||||||
# Add or remove space around assignment operator '=', '+=', etc
|
# Add or remove space around assignment operator '=', '+=', etc
|
||||||
sp_assign = add " # ignore/add/remove/force
|
sp_assign = add # ignore/add/remove/force
|
||||||
|
|
||||||
# Add or remove space around '=' in C++11 lambda capture specifications. Overrides sp_assign
|
# Add or remove space around '=' in C++11 lambda capture specifications. Overrides sp_assign
|
||||||
sp_cpp_lambda_assign = ignore # ignore/add/remove/force
|
sp_cpp_lambda_assign = ignore # ignore/add/remove/force
|
||||||
|
|
||||||
# Add or remove space after the capture specification in C++11 lambda.
|
# Add or remove space after the capture specification in C++11 lambda.
|
||||||
sp_cpp_lambda_paren = ignore # ignore/add/remove/force
|
#sp_cpp_lambda_paren = ignore # ignore/add/remove/force
|
||||||
|
|
||||||
# Add or remove space around assignment operator '=' in a prototype
|
# Add or remove space around assignment operator '=' in a prototype
|
||||||
sp_assign_default = add # ignore/add/remove/force
|
sp_assign_default = add # ignore/add/remove/force
|
||||||
@ -717,7 +717,7 @@ align_with_tabs = false # false/true
|
|||||||
align_on_tabstop = false # false/true
|
align_on_tabstop = false # false/true
|
||||||
|
|
||||||
# Whether to left-align numbers
|
# Whether to left-align numbers
|
||||||
align_number_left = false # false/true
|
#align_number_left = false # false/true
|
||||||
|
|
||||||
# Align variable definitions in prototypes and functions
|
# Align variable definitions in prototypes and functions
|
||||||
align_func_params = false # false/true
|
align_func_params = false # false/true
|
Loading…
Reference in New Issue
Block a user