Skip to content

Instantly share code, notes, and snippets.

@whophil
Last active December 13, 2020 19:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whophil/06398a997e661349e0e3 to your computer and use it in GitHub Desktop.
Save whophil/06398a997e661349e0e3 to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings to use Unix style line endings by default (and also show the line ending type in the status bar)
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.light (SL).tmTheme",
"default_line_ending": "unix",
"font_size": 12,
"ignored_packages":
[
"Anaconda",
"Monokai Extended",
"Python",
"Sublimerge Pro",
"SunCycle",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": true,
"show_full_path": true,
"show_line_endings": true,
"spacegray_fileicons": true,
"theme": "Spacegray Light.sublime-theme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment