You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I add spaces after commas in the content file they aren't ignored and my directories aren't registered. Would it be possible to handle them somehow in order to be able to create more readable content files?
What I have to write currently to have a working content file:
Main:
dir(a,Dir)
Dir:
act(a,app,app)
What I would like to do instead to improve readability:
Main:
dir(a, Dir)
Dir:
act(a, App, app)
The text was updated successfully, but these errors were encountered:
Currently, when I add spaces after commas in the content file they aren't ignored and my directories aren't registered. Would it be possible to handle them somehow in order to be able to create more readable content files?
The text was updated successfully, but these errors were encountered: