Skip to content

Instantly share code, notes, and snippets.

@MaxLazar
Last active December 20, 2015 01:59
Show Gist options
  • Save MaxLazar/6053139 to your computer and use it in GitHub Desktop.
Save MaxLazar/6053139 to your computer and use it in GitHub Desktop.
{
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"theme": "Phoenix Dark.sublime-theme",
"phoenix_color_green": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_large": true,
"phoenix_tabs_auto_width": true,
"remember_open_files": false,
"tab_size": 4,
"todo":
{
"case_sensitive": true,
"file_exclude_patterns":
[
"*.css",
"*.po",
"*.mo"
],
"folder_exclude_patterns":
[
"static",
"vendor",
"tmp"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$"
},
"result_title": "TODO Results"
},
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment