/sublime.config

My packages and settings for SublimeText 3

Primary LanguagePython

Sublime Text 3

This is my Sublime Text 3 packages and settings.

Packages

These are the packages I'm using:

Settings

These are the settings I'm using:

{
  "auto_indent": true,
  "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  "detect_indentation": false,
  "fallback_encoding": "UTF-8",
  "font_size": 9,
  "highlight_modified_tabs": true, 
  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "word_wrap": true,
  "wrap_width": 160
}

And the Key Bindings:

[
  { "keys": ["ctrl+shift+s"], "command": "save_all" }
]