jsformat-atom
jsformat-atom copied to clipboard
JSFormat doesn't respect that 'Soft Wrap At Preferred Line Length' is disabled
The settings page says: The Preferred Line Length Atom setting is only respected when the Soft Wrap At Preferred Line Length Atom setting is enabled.
I have disabled Soft Wrap, and JSFormat still breaks my lines at 80. I've had to set my preferred line length at 9999 to make sure it doesn't wrap the code.
@miklen does this have anything to do with soft tabs?
@ilanbiala I don't really know. I have Soft Tabs enabled (as it is by default in Atom).
Any updates?