Skip to content

Instantly share code, notes, and snippets.

@naxhh
Created October 4, 2016 10:21
Show Gist options
  • Save naxhh/3a36470767e2d7b3b93771f40418cd6a to your computer and use it in GitHub Desktop.
Save naxhh/3a36470767e2d7b3b93771f40418cd6a to your computer and use it in GitHub Desktop.
Sublime nice config
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"create_window_at_startup": false,
"folder_exclude_patterns":
[
".svn",
".git",
".DS_Store",
"__pycache__",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.psd"
],
"font_face": "Source Code Pro",
"font_size": 13,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"word_wrap": false,
"show_definitions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment