Skip to content

Instantly share code, notes, and snippets.

@fabien7337
Last active August 29, 2015 14:25
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 fabien7337/fe0e60ff20739f33a447 to your computer and use it in GitHub Desktop.
Save fabien7337/fe0e60ff20739f33a447 to your computer and use it in GitHub Desktop.
Sublime Text Configuration File
{
"always_show_minimap_viewport": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_size": 12,
"highlight_line": true,
"folder_exclude_patterns": [".capistrano", ".git", ".sass-cache", "log", "tmp"],
"ignored_packages":
[
"Vintage"
],
"margin": 1,
"rulers":
[
100
],
"save_on_focus_lost": false,
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow-blue.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