Skip to content

Instantly share code, notes, and snippets.

@tomsturge
Created February 13, 2014 13:57
Show Gist options
  • Save tomsturge/8975405 to your computer and use it in GitHub Desktop.
Save tomsturge/8975405 to your computer and use it in GitHub Desktop.
ST3 Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_UK.dic",
"find_selected_text": true,
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 1,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"todo":
{
"case_sensitive": true,
"file_exclude_patterns":
[
"*.txt",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
".sass-cache"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$",
"FLAG": "FLAG[\\s]*?:+(?P<flag>.*)$"
},
"result_title": "TODO Results"
},
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
@tomsturge
Copy link
Author

Dependencies:
Package Control (https://sublime.wbond.net/installation)
SpaceGray Theme (http://kkga.github.io/spacegray/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment