HostOnNet Blog

How to Set Unix as Default Line Ending in Sublime Text

Looking for Linux Server Admin or WordPress Expert? We can help.

Bydefault Line Endings in Sublime Text will be Windows. You can set Unix as default by

Opening

Preferences -> Settings-User

and Paste the following content.

{
	"default_line_ending": "unix",
}

If you already have any other custom prefernces set, you don’t need to put the curly braces.

just paste the line ending mode like below.

{
	"font_size": 13,
	"default_line_ending": "unix",
}

Posted in Sublime Text

One Response to How to Set Unix as Default Line Ending in Sublime Text

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.