Skip to content

Instantly share code, notes, and snippets.

@maddesigns
Last active August 26, 2016 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maddesigns/6093961 to your computer and use it in GitHub Desktop.
Save maddesigns/6093961 to your computer and use it in GitHub Desktop.
my sublime text (3) user preference file
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin, text.html.basic",
"binary_file_patterns":
[
"dist/*",
".tmp/*",
"node_modules/*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/User/Flatland Dark (SL).tmTheme",
"create_window_at_startup": false,
"detect_indentation": true,
"detect_slow_plugins": false,
"disable_formatted_linebreak": true,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store",
"*.map",
".gitkeep"
],
"folder_exclude_patterns":
[
"bin",
".git",
".sass-cache",
".svn",
".hg",
"CVS",
"tmp",
".bundle",
"log",
"tmp",
"psd",
"ai",
"psd-ai",
"ai-psd",
"node_modules"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias",
"gray_antialias"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ActionScript",
"ASP",
"CSS",
"CSS Extended Completions",
"Flash",
"HTML-CSS-JS Prettify",
"SublimeLinter",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-html-tidy",
"SVG-Snippets",
"TabsExtra",
"Vintage",
"VintageEx"
],
"indent_to_bracket": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!%^&*|+=[]{}~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment