Hello! Big ST2 fan here.
I’ve created a project, but no matter what I do, I can’t get ST2 to switch to “default_line_ending”: “windows” line endings. Here’s what my project file looks like:
[code]{
“default_line_ending”: “windows”,
“folders”:
{
"path": "/projects/myprojectdir"
}
]
}
[/code]
I launch the project in ST2, browse my folder tree, and open files for editing. When I go to View > Line Endings it always has “Unix” checked (I’m on OSX). My default preferences have "default_line_ending": "system" and in my user preferences, there is no default_line_ending directive.
This project is an old project where Windows line endings are standard and I’m causing quite a headache whenever I edit files!