indentation-c-style: be more picky when completing braces.
commitb6b7edd44c3415d127fd339b26c95bbc93d4b37b
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Wed, 3 Oct 2012 22:10:48 +0000 (4 00:10 +0200)
committerJohannes Schmid <jhs@gnome.org>
Wed, 31 Oct 2012 10:58:37 +0000 (31 11:58 +0100)
tree88847e845b042b9615b6bbbb6f67a1c99b2e501c
parenta7272dac2a26a94c3b38ce180c7171274f36b6c7
indentation-c-style: be more picky when completing braces.

We now look at the next character to see if we should autocomplete or not.
The reason for this is that you often want to enclose an already existing
expression in brackets. If we then autocomplete you have to remove this extra
bracket since it's at the wrong place anyways.

https://bugzilla.gnome.org/show_bug.cgi?id=687216
plugins/indentation-c-style/indentation.c