DanielGavin
DanielGavin
Right now `core:odin/parser` will not parse this file(I will have to get Bill to allow for this). I have made some hack to fix `core:c`. If you have issues with...
Thanks. Need to find out if this is a bug in `Odin` or i need to enforce newlines.
The reason `tabs_width` exists is not for tabs itself, but when you are breaking lines when they exceed line width. If there is no `tab_width` it could get quite wonky...
When you say crash. Do you mean an actual crash where `vscode` mentions it crashes? All these errors are related to `core:odin/parser` that requires trailing commas, and cannot be fixed...
I'll try and check the crashing one. Maybe I can make it not crash, but the errors about not having a trailing comma has to be fixed in the parser...
Yeah not intended.
Been talking in discord, and people seem to like this feature. Might have some configuration to allow it to be on.
Yeah seems like a better option. Can always start just doing that specific format when there is only one argument with comp literal. Not sure how nice it would look...