Skip to content

Instantly share code, notes, and snippets.

@Mausglov
Created January 21, 2016 00:13
Show Gist options
  • Save Mausglov/087cf05df411c326bcd6 to your computer and use it in GitHub Desktop.
Save Mausglov/087cf05df411c326bcd6 to your computer and use it in GitHub Desktop.
sublime 3 user settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"translate_tabs_to_spaces": false,
//"dictionary": "Packages/Language - English/en_US.dic",
//"draw_white_space": "all",
"fallback_encoding": "Cyrillic (Windows 1251)",
"default_line_ending": "unix",
"auto_complete_commit_on_tab": true,
"shift_tab_unindent": true,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"show_encoding": true,
"show_line_endings": true,
"remember_full_screen": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment