Skip to content

Instantly share code, notes, and snippets.

@ericduran
Last active December 11, 2015 01:49
Show Gist options
  • Save ericduran/4526524 to your computer and use it in GitHub Desktop.
Save ericduran/4526524 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "SourceCodePro-Regular",
"font_size": 12,
"ignored_packages":
[
"Vintage",
"Erlang",
"ASP",
"ActionScript",
"AppleScript",
"D",
"Graphviz",
"Groovy",
"LaTeX",
"Lisp",
"Lua",
"Textile",
"OCaml",
"Color Scheme - Default"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"word_wrap": false,
"highlight_line": true,
"ensure_newline_at_eof_on_save": true,
"hot_exit": false,
"remember_open_files": false
}
@ericduran
Copy link
Author

Actual filename should be Preferences.sublime-settings so removes .json ending when saving (I just wanted the json syntax on gist).

Path should be ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Preferences.sublime-settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment