Skip to content

Instantly share code, notes, and snippets.

@shalotelli
Created March 13, 2017 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shalotelli/f38b8c0f06f31001df36aac4af34f125 to your computer and use it in GitHub Desktop.
Save shalotelli/f38b8c0f06f31001df36aac4af34f125 to your computer and use it in GitHub Desktop.
My Sublime Preferences
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"copy_with_empty_selection": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Operator Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"material_theme_accent_cyan": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"open_files_in_new_window": false,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"show_encoding": true,
"tab_size": 2,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment