Skip to content

Instantly share code, notes, and snippets.

@MarshallChen
Created July 17, 2017 06:12
Show Gist options
  • Save MarshallChen/40778b47e73ff81f00053c49013f64d0 to your computer and use it in GitHub Desktop.
Save MarshallChen/40778b47e73ff81f00053c49013f64d0 to your computer and use it in GitHub Desktop.
sublime conf
{
"bold_folder_labels": true,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Hack",
"font_options":
[
"Roboto Mono Thin"
],
"font_size": 14.0,
"ignored_packages":
[
"ColorPick",
"DashDoc",
"Jade",
"Javascript",
"SCSS",
"SCSS Expander",
"Vintage"
],
"index_files": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment