-
Notifications
You must be signed in to change notification settings - Fork 31
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
Hard-tab support #105
Comments
Why not. It isn't something that is needed for the first release. But when that's done, it will be something to consider. |
What if we rename it to we can also rely on the general_predicates instead of regex for parsing queries a little off-topic but maybe there can also be a placeholder language only for query parsing, and we can have a format for some sort of "header node" like this: ((#language! rust) (#indent! "\t"))
; ... |
More than a preference, some languages actually require using tabs. i.e imba. |
Support arbitrary indentation (#105)
At the risk of starting a Holy War,
(#indent-level! 4)
implies soft-tabs; i.e., a number of spaces. Some people prefer hard-tabs (i.e., a single\t
at each indentation level) and some codebases -- misguided though they may be -- expect them per their style guide.I propose updating the format of this directive such that its parameter is either:
t
, say, representing hard-tab indentation.The text was updated successfully, but these errors were encountered: