Skip to content

Instantly share code, notes, and snippets.

@edwardkenfox
Created March 15, 2015 14:02
Show Gist options
  • Save edwardkenfox/e070f5836391d1e8064d to your computer and use it in GitHub Desktop.
Save edwardkenfox/e070f5836391d1e8064d to your computer and use it in GitHub Desktop.
Sublime Text 3: personal settings
{
"bold_folder_labels": true,
"caption": "Git: Grep",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"command": "git_grep",
"dictionary": "Packages/Language - English/en_US.dic",
"disable_tab_abbreviations": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"yardoc"
],
"font_size": 11.0,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"show_full_path": true,
"tab_size": 2,
"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