| Issue 2: | Add whitespace options | |
| 2 people starred this issue and may be notified of changes. | Back to list |
- For compressing all whitespace - For preserving indentation - default: do nothing
Apr 9, 2009
Project Member
#1
gtempacc...@yahoo.com
Apr 16, 2009
The "smart indent" style was done for the Python version. I have written some notes on the Reference wiki page that makes it clear that it's optional. For the JavaScript version, I want to keep the code size small, and this "smartness" does add a bit of code size. So we could leave it, or find a more compact way to implement it -- maybe with a tokenizing regex that does something like (block directive)|(substitution) to distinguish the 2 cases.
Apr 17, 2009
(No comment was entered for this change.)
Status:
Started
|