Skip to content

Instantly share code, notes, and snippets.

@bocharsky-bw
Created July 8, 2014 19:24
Show Gist options
  • Save bocharsky-bw/3c0571d755972b4e2b7b to your computer and use it in GitHub Desktop.
Save bocharsky-bw/3c0571d755972b4e2b7b to your computer and use it in GitHub Desktop.
Sublime Text Editor Preferences
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
// The encoding to use when the encoding can't be determined automatically.
// ASCII, UTF-8 and UTF-16 encodings will be automatically detected.
"fallback_encoding": "Cyrillic (Windows 1251)",
// OS X only: When files are opened from finder, or by dragging onto the
// dock icon, this controls if a new window is created or not.
"open_files_in_new_window": false,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment