Skip to content

Instantly share code, notes, and snippets.

@Luavis
Last active June 1, 2016 16:16
Show Gist options
  • Save Luavis/9efd7cf359c05c2737059473158308b2 to your computer and use it in GitHub Desktop.
Save Luavis/9efd7cf359c05c2737059473158308b2 to your computer and use it in GitHub Desktop.
sublime 3 based config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Bitstream Vera Sans Mono",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
[
{"keys": ["ctrl+]"], "command": "goto_definition"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment