Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore trailing and leading space in names and commands #11

Open
Tunous opened this issue Feb 16, 2017 · 1 comment
Open

Ignore trailing and leading space in names and commands #11

Tunous opened this issue Feb 16, 2017 · 1 comment

Comments

@Tunous
Copy link

Tunous commented Feb 16, 2017

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)
@Blezzing
Copy link
Owner

This really should have been a feature all along. Will get that running asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants