Skip to content

Instantly share code, notes, and snippets.

@crystrk
Created June 10, 2017 02:17
Show Gist options
  • Save crystrk/073b141c62cf0198eb933e24922b249f to your computer and use it in GitHub Desktop.
Save crystrk/073b141c62cf0198eb933e24922b249f to your computer and use it in GitHub Desktop.
config sublime
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"tab_size": 4,
"indent_to_bracket": true,
"detect_indentation": false,
"indent_guide_options": ["draw_active"],
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
// "draw_white_space": "all",
"update_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment