Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created May 30, 2014 13:21
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 tommymarshall/8a106bbcc26260644faa to your computer and use it in GitHub Desktop.
Save tommymarshall/8a106bbcc26260644faa to your computer and use it in GitHub Desktop.
Tommy's Settings YAY!
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"detect_indentation": true,
"draw_centered": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
"tmp/cache/assets/development",
"log/development.log",
"node_modules",
".sass-cache",
".git"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"match_brackets_angle": true,
"remember_open_files": false,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment