Skip to content

Instantly share code, notes, and snippets.

@fredrik
Last active December 22, 2015 20:39
Show Gist options
  • Save fredrik/6527754 to your computer and use it in GitHub Desktop.
Save fredrik/6527754 to your computer and use it in GitHub Desktop.
sublime text 2 settings
{
"auto_complete": false,
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"copy_with_empty_selection": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"font_size": 20.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"rulers":
[
79,
100
],
"theme": "Flatland.sublime-theme",
"translate_tabs_to_spaces": true,
"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