don't insert a space after a keyword if there's already one

This commit is contained in:
peter
2012-01-05 20:38:46 +01:00
parent ff943ee6a4
commit d0f7824299
11 changed files with 57 additions and 30 deletions
@@ -1,4 +1,4 @@
class A {
private long <caret> localizedStringManager;
private long<caret> localizedStringManager;
}