Skip to content

Instantly share code, notes, and snippets.

@frederfred
Last active December 16, 2015 22:30
Show Gist options
  • Save frederfred/5507862 to your computer and use it in GitHub Desktop.
Save frederfred/5507862 to your computer and use it in GitHub Desktop.
Settings for Sublime Text 2
{
"auto_upgrade_last_run": null,
"installed_packages":
[
"CoffeeScript",
"DocBlockr",
"EJS",
"Haml",
"LESS",
"Package Control",
"RailsCasts Colour Scheme",
"ruby-slim.tmbundle",
"Sass",
"sublime-jslint",
"SublimeLinter",
"Theme - Soda"
]
}
{
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"disable_minimap": true,
"disable_tab_abbreviations_on_auto_complete": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_site",
".sass-cache",
"tmp",
"build"
],
"font_family": "Monaco",
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"margin": 0,
"match_brackets_angle": false,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": false,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment