Skip to content

Instantly share code, notes, and snippets.

@wodim
Last active March 31, 2018 17:32
Show Gist options
  • Select an option

  • Save wodim/9791751 to your computer and use it in GitHub Desktop.

Select an option

Save wodim/9791751 to your computer and use it in GitHub Desktop.
my sublimetext config
{
"font_size": 9,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"default_line_ending": "unix",
"auto_match_enabled": false,
"tab_size": 4,
"detect_indentation": false,
"rulers": [79],
"auto_complete": false,
"tab_completion": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment