Skip to content

Instantly share code, notes, and snippets.

@gugat
Created August 8, 2016 18:37
Show Gist options
  • Save gugat/fcf63ac7c587d8cf0d5a329bc2ccaece to your computer and use it in GitHub Desktop.
Save gugat/fcf63ac7c587d8cf0d5a329bc2ccaece to your computer and use it in GitHub Desktop.
Preferences for Sublime text editor
{
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_numbers": false,
"match_brackets": false,
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"detect_indentation": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment