Skip to content

Instantly share code, notes, and snippets.

@mafikes
Last active August 29, 2015 13:56
Show Gist options
  • Save mafikes/9149970 to your computer and use it in GitHub Desktop.
Save mafikes/9149970 to your computer and use it in GitHub Desktop.
My user config sublime-text
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Inconsolata",
"font_options":
[
"gray_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_disable_fileicons": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": false,
"show_full_path": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment