36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
// Settings in here override those in "Default/Preferences.sublime-settings",
|
|
// and are overridden in turn by syntax-specific settings.
|
|
{
|
|
"show_line_endings": true,
|
|
"default_line_ending": "unix",
|
|
"hardware_acceleration": "opengl",
|
|
"auto_complete": false,
|
|
|
|
"highlight_line": true,
|
|
"trim_trailing_white_space_on_save": "not_on_caret",
|
|
"translate_tabs_to_spaces": true,
|
|
"trim_only_modified_white_space": false,
|
|
"auto_match_enabled": false,
|
|
"hot_exit": "disabled",
|
|
"hot_exit_projects": false,
|
|
"ignored_packages":
|
|
[
|
|
"Vintage",
|
|
],
|
|
"index_files": true,
|
|
// "color_scheme": "gruvbox (Light) (Soft).sublime-color-scheme",
|
|
"font_size": 11,
|
|
"font_face": "Cascadia Code",
|
|
"theme": "Adaptive.sublime-theme",
|
|
"folder_exclude_patterns": ["external", ".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*"],
|
|
"vc_vars_cmd": [
|
|
"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat",
|
|
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat",
|
|
],
|
|
|
|
// "line_numbers": false,
|
|
// "gutter": false,
|
|
// "margin": 0,
|
|
"color_scheme": "gruvbox (Dark) (Hard).sublime-color-scheme",
|
|
}
|