Skip to content

Instantly share code, notes, and snippets.

@croucha
Last active November 8, 2017 01:36
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 croucha/8eb49053de5c8b7ed3cb to your computer and use it in GitHub Desktop.
Save croucha/8eb49053de5c8b7ed3cb to your computer and use it in GitHub Desktop.
Sublime user settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"rulers": [100],
"font_size": 10,
"draw_white_space": "all",
"use_tab_stops": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment