Skip to content

Instantly share code, notes, and snippets.

@doughsay
Last active December 27, 2015 19:49
Show Gist options
  • Select an option

  • Save doughsay/7380407 to your computer and use it in GitHub Desktop.

Select an option

Save doughsay/7380407 to your computer and use it in GitHub Desktop.
A good default ST3 settings file without any font/color/theme declarations.
{
"default_line_ending": "unix",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment