Skip to content

Instantly share code, notes, and snippets.

@rdpanek
Last active December 23, 2015 00:29
Show Gist options
  • Save rdpanek/6553679 to your computer and use it in GitHub Desktop.
Save rdpanek/6553679 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"Git"
],
"line_numbers": true,
"margin": 3,
"open_related_patterns":
[
[
"*.coffee",
"*_test.coffee"
],
[
"*_test.coffee",
"*.coffee"
],
[
"*.ts",
"*.js"
],
[
"*.soy",
"*.js"
],
[
"*.styl",
"*.css"
]
],
"remember_open_files": true,
"remember_open_folders": true,
"rulers":
[
75,
80,
85
],
"scroll_past_end": true,
"show_minimap": true,
"show_tabs": true,
"side_bar_visible": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"status_bar_visible": true,
"tab_size": 2,
"terminal": "iterm",
"theme": "Spacegray Eighties.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