Last active
December 13, 2020 19:20
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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