Skip to content

Instantly share code, notes, and snippets.

@Frobitz
Last active August 29, 2015 14:07
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 Frobitz/d3531bb399a49c286a1c to your computer and use it in GitHub Desktop.
Save Frobitz/d3531bb399a49c286a1c to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Preferences (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "Anonymous Pro",
"font_size": 17,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Custom UI theme
"theme": "Soda Dark 3.sublime-theme",
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Disables horizontal scrolling if enabled.
// May be set to true, false, or "auto", where it will be disabled for
// source code, and otherwise enabled.
"word_wrap": false,
// List any packages to ignore here. When removing entries from this list,
// a restart may be required if the package contains plugins.
"ignored_packages": [ "Vintage" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment