Skip to content

Instantly share code, notes, and snippets.

@Rodrigo54
Last active January 3, 2017 22:15
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 Rodrigo54/bd097b341ac0a35048d7 to your computer and use it in GitHub Desktop.
Save Rodrigo54/bd097b341ac0a35048d7 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_indent_guides": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".grunt"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_blue": true,
"material_theme_appbar_blue": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"parameters":
[
"/START",
"%CWD%"
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"terminal": "C:\\cmder\\cmder.exe",
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": true,
"default_line_ending": "unix",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment