Skip to content

Instantly share code, notes, and snippets.

@JsseL
Last active March 13, 2017 07:38
Show Gist options
  • Save JsseL/aba6f5bc299abe883e466c47f46f1663 to your computer and use it in GitHub Desktop.
Save JsseL/aba6f5bc299abe883e466c47f46f1663 to your computer and use it in GitHub Desktop.
Sublime settings
{
"binary_file_patterns": [
"**/node_modules/*",
"**/coverage/*",
"*bundle.js",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"**/.git/*",
],
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"dpi_scale": 1.1,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "Monospace",
"font_size": 9,
"fonts_list":
[
"Andale Mono",
"Consolas",
"Courier",
"Courier New",
"Envy Code R",
"Lucida Console",
"Monospace",
"Inconsolata",
"Ubuntu Mono"
],
"ignore_inodes": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"phoenix_color_expanded_folder": true,
"phoenix_color_yellow": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": false,
"phoenix_tabs_auto_width": true,
"rulers":
[
80,
120
],
"theme": "Phoenix Dark.sublime-theme",
"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