Skip to content

Instantly share code, notes, and snippets.

@deepblue-will
Last active August 29, 2015 14:03
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 deepblue-will/8e2b636d8175e7fb380b to your computer and use it in GitHub Desktop.
Save deepblue-will/8e2b636d8175e7fb380b to your computer and use it in GitHub Desktop.
sublime text settings
{
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"flatland_square_tabs": false,
"font_face": "Ricty",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"match_brackets_angle": true,
"move_to_limit_on_up_down": true,
"open_files_in_new_window": false,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment