Skip to content

Instantly share code, notes, and snippets.

@autokludge
Created January 18, 2013 01:51
Show Gist options
  • Save autokludge/4561664 to your computer and use it in GitHub Desktop.
Save autokludge/4561664 to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Dayle Rees Color Schemes/LastNight.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"detect_slow_plugins": false,
"disable_tab_abbreviations": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "PragmataPro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Sass",
"LiveReload",
"Vintage",
"ZenCoding",
"SideBarGit",
"GoldenRatio",
"SublimeRope"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"rulers":
[
75,
85
],
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment