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

File paths with globs look uneven #238

Closed
whatisaphone opened this issue Aug 1, 2016 · 3 comments
Closed

File paths with globs look uneven #238

whatisaphone opened this issue Aug 1, 2016 · 3 comments

Comments

@whatisaphone
Copy link

This is a bit of a nitpick, but:

The /* and /** ligatures can cause file paths to have slightly wonky spacing. It might be a good idea to turn those ligatures off for /*/ and /**/ (and perhaps /*.)

@tonsky tonsky closed this as completed in 9704650 Aug 30, 2016
@maddes
Copy link

maddes commented Sep 3, 2016

This is already closed, but in my opinion, that wonky spacing looks awesome and conveys meaning. /** means any subfolder and /* means any filename.
But hey… I'm too late.

@alexwilson
Copy link

But doesn't this also muck up documentation blocks in code?

@maddes
Copy link

maddes commented Sep 5, 2016

@antoligy Yeah, I didn't had an issue with that but I recognise others did.
That could maybe have been solved moving the ligature to the right, aligning the first asterisk to it's original position.

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

3 participants