Skip to content

Instantly share code, notes, and snippets.

@danielsamuels
Last active December 19, 2015 11:28
Show Gist options
  • Save danielsamuels/5947478 to your computer and use it in GitHub Desktop.
Save danielsamuels/5947478 to your computer and use it in GitHub Desktop.
Sublime config
{
"caret_style": "phase",
"color_scheme": "Packages/User/Blackboard (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": true,
"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",
"*.scssc",
"*.db"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"2pdf",
"ActionScript",
"AngularJS",
"AppleScript",
"ASP",
"Batch File",
"BracketHighlighter",
"Clojure",
"D",
"Django Click",
"EJS",
"Erlang",
"GitHub Flavored Markdown Preview",
"Go",
"Graphviz",
"Groovy",
"Haskell",
"HexViewer",
"INI",
"JSLint",
"LaTeX",
"Lisp",
"Markdown",
"Matlab",
"Objective-C",
"OCaml",
"Pascal",
"Perl",
"Python",
"R",
"Sass",
"Scala",
"SublimeLinter",
"TCL",
"Textile",
"Vintage"
],
"index_files": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_encoding": true,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?"
}
{
"auto_upgrade_last_run": null,
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Anaconda",
"AngularJS",
"AutoPEP8",
"Better CoffeeScript",
"BracketHighlighter",
"Compass 0.13.alpha.4",
"Compass 1.0.1",
"Djaneiro",
"Django Click",
"EJS",
"Emmet",
"Emmet Css Snippets",
"ES6-Toolkit",
"ExpandRegion",
"Fabric Tasks",
"GitGutter-Edge",
"GitHub Flavored Markdown Preview",
"GoSublime",
"Gutter Color",
"HexViewer",
"INI",
"JavaScriptNext - ES6 Syntax",
"JSHint",
"JSLint",
"MagicPython",
"Markdown Extended",
"nginx",
"Package Control",
"Python Imports Sorter",
"Sass",
"Search in Project",
"SideBarEnhancements",
"SublimeLinter",
"SublimeOnSaveBuild",
"Syntax Highlighting for Sass",
"Tag",
"TodoReview",
"URLEncode"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment