Skip to content

Instantly share code, notes, and snippets.

@artemkonenko
Created March 3, 2015 13:17
Show Gist options
  • Save artemkonenko/e2b4f4821a4090251836 to your computer and use it in GitHub Desktop.
Save artemkonenko/e2b4f4821a4090251836 to your computer and use it in GitHub Desktop.
C:\Users\User\AppData\Roaming\Sublime Text 3\Packages\User\Preferences.sublime-settings
{
"caret_style": "solid",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns":
[
"data",
".ze0us.sock",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"bin",
"script",
"tmp"
],
"font_face": "Meslo LG L",
"font_options":
[
"subpixel_antialias"
],
"font_size": 9,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment