Skip to content

Instantly share code, notes, and snippets.

@dfang
Created December 2, 2013 17:46
Show Gist options
  • Save dfang/7753393 to your computer and use it in GitHub Desktop.
Save dfang/7753393 to your computer and use it in GitHub Desktop.
my sublime preferences
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.woff",
"*.eot",
"*.svg",
"*.tga",
"*.dds",
"*.ico",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/*"
],
"bold_folder_labels": false,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
".gitkeep",
".keep",
".bak"
],
"flatland_square_tabs": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea",
".sass-cache",
"tmp/cache"
],
"font_face": "Yahei Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"rspec-snippets",
"R",
"PHP",
"D",
"Java",
"Vintage",
"Objective-C",
"Chef",
"Erlang",
"SASS Snippets",
"ASP",
"RSpec",
"HTML2Jade",
"ActionScript",
"Lua",
"Textile",
"Homebrew-formula-syntax",
"LaTeX",
"Groovy",
"Graphviz",
"C++",
"Capybara Snippets",
"RestructuredText",
"Jade",
"TCL",
"Matlab",
"Haskell",
"Pascal",
"Clojure",
"SublimeGit",
"Go",
"Scala",
"Perl",
"OCaml",
"GitGutter",
"Jade Snippets",
"Lisp"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_selection": true,
"move_to_limit_on_up_down": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
150
],
"scroll_past_end": false,
"show_full_path": true,
"show_tab_close_buttons": true,
"spell_check": false,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment