Skip to content

Instantly share code, notes, and snippets.

@agent-simon-s
Last active November 7, 2017 02:33
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 agent-simon-s/32850e1e2541f89be03d107aab4d9c2d to your computer and use it in GitHub Desktop.
Save agent-simon-s/32850e1e2541f89be03d107aab4d9c2d to your computer and use it in GitHub Desktop.
Sublime: Preferences Gist
{
"afn_insert_width_first": true,
"afn_use_project_root": false,
"auto_complete_triggers":
[
{
"characters": "b4",
"selector": "text.html"
}
],
"color_pick_upcase": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": false,
"draw_white_space": "selection",
"font_face": "Menlo",
"font_size": 12.0,
"ignored_packages":
[
"SCSS Compiler",
"Vintage"
],
"line_numbers": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 3,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"word_wrap": true
}
@agent-simon-s
Copy link
Author

additions for color picker + advanced file name + copy_with_empty_selection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment