Hello! This extension does very well with QML and I am happy with it. However, it adds a space before every colon. e.g ``` // no formatting var x: 1 // with formatting var x : 1 ``` Is there a way to **not** add this extra space? Thanks