Skip to content

Instantly share code, notes, and snippets.

@kuroisuna
Created February 7, 2017 22:02
Show Gist options
  • Save kuroisuna/bab21676d106ccc762a88ed458cfc41d to your computer and use it in GitHub Desktop.
Save kuroisuna/bab21676d106ccc762a88ed458cfc41d to your computer and use it in GitHub Desktop.
sublime-text-config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Lighter.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Operator Mono",
"font_size": 15,
"ignored_packages":
[
"JSLint",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 7,
"line_padding_top": 7,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"theme": "Material-Theme-Lighter.sublime-theme",
"trim_trailing_white_space_on_save": true,
"ui_big_tabs": true,
"ui_fix_tab_labels": true,
"ui_font_size_small": true,
"ui_separator": true,
"ui_wide_scrollbars": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment