Skip to content

Instantly share code, notes, and snippets.

@simonkberg
Last active December 24, 2015 07:19
Show Gist options
  • Select an option

  • Save simonkberg/6762818 to your computer and use it in GitHub Desktop.

Select an option

Save simonkberg/6762818 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme", // CHANGE ME
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "selection",
"enable_hexadecimal_encoding": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_face": "Source Code Pro", // CHANGE ME
"font_size": 10,
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": true,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"show_full_path": false,
"soda_folder_icons": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme", // CHANGE ME
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment