Created
January 21, 2016 00:13
-
-
Save Mausglov/087cf05df411c326bcd6 to your computer and use it in GitHub Desktop.
sublime 3 user settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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