Move style file

This commit is contained in:
Gres 2020-01-26 22:03:26 +03:00
parent d198c88625
commit 7a2d512a81
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ OTHER_FILES += \
distr/* \
version.json \
README.md \
uncrustify.cfg \
share/uncrustify.cfg \
.travis.yml \
TODO.md

View File

@ -232,13 +232,13 @@ indent_oc_msg_colon = 0 # number
sp_arith = add # ignore/add/remove/force
# 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
sp_cpp_lambda_assign = ignore # ignore/add/remove/force
# 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
sp_assign_default = add # ignore/add/remove/force
@ -717,7 +717,7 @@ align_with_tabs = false # false/true
align_on_tabstop = false # false/true
# 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_func_params = false # false/true