Viktor

Results 2 issues of Viktor

Initial (and expected): ```D static if (X): import std.stdio; import std.traits; void main() { } ``` After formatting: ```D static if (X) : import std.stdio; import std.traits; void main() {...

bug
indentation

Hello, thanks for the cool plugin. I have an idea to share. It is annoying that built-in unittests mix up with normal code in the same file and take up...

enhancement