Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Last active August 29, 2015 13:57
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 fatihacet/9650085 to your computer and use it in GitHub Desktop.
Save fatihacet/9650085 to your computer and use it in GitHub Desktop.
My Sublime Text 3 config
{
"color_scheme": "Packages/Colorsublime-Themes/deep_blue_see.tmTheme",
"enable_tab_scrolling": false,
"env": {
"PATH": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/share/npm/bin/"
},
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
".build",
".vagrant",
"node_modules"
],
"font_face": "Menlo",
"font_size": 17.0,
"highlight_line": true,
"ignored_packages": [
"Vintage"
],
"rulers": [
2,
78,
100,
120
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment