diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 14:22:52 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 14:22:52 +0200 |
commit | a49b2facee0242ebbeebe30e4f479afbaa381893 (patch) | |
tree | fa79e0c55b2f201d1e936d7852f021a0e87495d0 /uncrustify/conf | |
parent | 2c63da0ed17dd5403a81c9b8462bd8c1f66ca3d5 (diff) |
add prologue and round1 including tests
Diffstat (limited to 'uncrustify/conf')
-rw-r--r-- | uncrustify/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrustify/conf b/uncrustify/conf index 07a7816..b901341 100644 --- a/uncrustify/conf +++ b/uncrustify/conf @@ -276,7 +276,7 @@ sp_after_ptr_star = remove # ignore/add/remove/force sp_after_ptr_star_func = remove # ignore/add/remove/force # Add or remove space before a pointer star '*', if followed by a func proto/def. -sp_before_ptr_star_func = remove # ignore/add/remove/force +sp_before_ptr_star_func = force # ignore/add/remove/force # Add or remove space before a reference sign '&' sp_before_byref = ignore # ignore/add/remove/force |