Skip to content

Instantly share code, notes, and snippets.

@vekio
Last active July 23, 2019 22:54
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 vekio/d7c37637c1b396a645b077faa6f32a67 to your computer and use it in GitHub Desktop.
Save vekio/d7c37637c1b396a645b077faa6f32a67 to your computer and use it in GitHub Desktop.
My SublimeText3 Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": false,
"show_encoding": true,
"show_line_endings": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment