-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature Request] Use tabs instead of spaces when pretty printing #38
Comments
I may consider doing this in the future. It's not a high priority because (a) adding a new special case to my pretty-printing functions would increase code bloat and impair performance, (b) all the usual reasons that people object to using tabs for indentation, and (c) if you care about saving space when printing JSON, you should just compress it. Suppose you want to indent with tabs, and you have See this guide for more info on regular expressions. |
I already replace 4 spaces with tab using Ctr+h, which isn't that hard nor a pain to deal with tbh. It's just that i'm lazy and like tabs better since you can get better space management while having a readable code. |
Also improve unit test coverage of python-style slices
Closed by latest commit. |
As in the title, adding the possibility to choose between spaces and tabs.
The text was updated successfully, but these errors were encountered: