Skip to content

Instantly share code, notes, and snippets.

@codemickeycode
Created May 6, 2017 06:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save codemickeycode/08bc31595ab65d8fbad4e7a0f0268c6b to your computer and use it in GitHub Desktop.
sublimetext-config.txt
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"draw_white_space": "all",
"font_size": 10,
"rulers":
[
79,
100,
120
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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