Skip to content

Instantly share code, notes, and snippets.

@papucho
Last active December 15, 2015 03:29
Show Gist options
  • Save papucho/5194832 to your computer and use it in GitHub Desktop.
Save papucho/5194832 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings.
{
"bold_folder_labels": true,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "PragmataPro",
"font_size": 14.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"indent_subsequent_lines": true,
"show_full_path": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Frontend Delight/FrontEndDelightColorScheme.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "PragmataPro",
"font_size": 14.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"indent_subsequent_lines": true,
"show_full_path": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "PragmataPro",
"font_size": 14.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"indent_subsequent_lines": true,
"show_full_path": true,
"soda_classic_tabs": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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