-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
The files i'm working with the newlines are CR LF (windows) and i'm using tabs for indentation
when expanding any element over multiple lines it's adding extra newlines and losing the indentation after the first element (as the tabs are before the extra newline) i.e:
(tab)(tab)div*3
then generates exactly:
(tab)(tab)div/divCRLF
(tab)(tab)CRLF
div/divCRLF
(tab)(tab)CRLF
div/divCRLF
CRLF
had to modify the div's github doesn't seem to like them when written as proper tags in that format