Skip to content

Instantly share code, notes, and snippets.

@santouras
Last active October 5, 2015 09:18
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 santouras/2785240 to your computer and use it in GitHub Desktop.
Save santouras/2785240 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"font_size": 12,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment