Sublime Forum

Project file not picking up line endings

#1

I’ve never really taken advantage of Sublime Text’s project management. I’m trying to set it up for an existing project, and set the default line endings to “Unix”. For some reason though, Sublime doesn’t seem to be picking up on the file. My configuration is below.

{
	"folders":
	[
		{
			"path": "."
		}
	],
	"settings":
	{
		"default_line_endings": "Unix"
	}
}

Regardless, when I create a new file, and check the line endings in the menu bar, “Windows” is still checked. Any idea what’s causing the behavior?

Version 3 build 3103

0 Likes

#2

The setting is named default_line_ending and most likely case-sensitive.

0 Likes