morganestes/sublime-recess

Use user-setting line endings

Closed this issue · 3 comments

On Windows 7, I notices that compiled CSS files' use Unix line endings, although my user-setting specified that I use "System" line endings.

I don't know this is a bug or new feature?

I can check on it. Where did you specify your line endings (which file)? That'll help me know where to start.

Also, what are you using to check your line endings?

@tunght13488 It looks like this is coming directly from Recess, not from this plugin. See https://github.com/twitter/recess/blob/master/lib/core.js#L158 and https://github.com/twitter/recess/blob/master/lib/core.js#L171 for the relevant code.

@morganestes My user-setting line ending is in Packages/User/Preferences.sublime-settings: "default_line_ending": "windows".
I think you're right. This is from Recess, not the plugin.