finos / kdb-studio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
18 stars 12 forks source link

wrong indentation of closing brace #99

Closed gyorokpeter closed 2 years ago

gyorokpeter commented 2 years ago

E.g. try typing the following:

f1:{
    something
    };

The closing curly brace will be auto-unindented, even though this results in code that won't load, worse still, you won't notice this immediately as this doesn't break over IPC.