Skip to content

Instantly share code, notes, and snippets.

@yunusga
Last active January 7, 2020 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yunusga/55ad16ff81c4f122829ce33ba3a06a3b to your computer and use it in GitHub Desktop.
Save yunusga/55ad16ff81c4f122829ce33ba3a06a3b to your computer and use it in GitHub Desktop.
SublimeText 3 Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_face": "Cascadia Code",
"font_size": 10.2,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
92
],
"show_encoding": true,
"show_line_endings": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment