Skip to content

Instantly share code, notes, and snippets.

@jshields
Last active December 28, 2018 21:02
Show Gist options
  • Save jshields/6b5e08695c39fa769cbf76e52d45e940 to your computer and use it in GitHub Desktop.
Save jshields/6b5e08695c39fa769cbf76e52d45e940 to your computer and use it in GitHub Desktop.
{
// subl UI
"always_show_minimap_viewport": true,
"show_definitions": false,
"show_encoding": true,
"draw_white_space": "all",
"scroll_speed": 1.5,
"remember_full_screen": true,
// features
"auto_match_enabled": false,
"auto_complete_commit_on_tab": true,
// whitespace
"auto_indent": true,
"smart_indent": true,
"indent_to_bracket": false,
"trim_automatic_white_space": true,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"detect_indentation": true,
"trim_trailing_white_space_on_save": false,
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "unix",
"tab_size": 4,
// text
"drag_text": false,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"word_wrap": false,
"rulers": [90]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment