adding rust configs
This commit is contained in:
@@ -16,10 +16,11 @@
|
||||
"enable_signatures_tooltip": true,
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"font_face": "Source Code Pro",
|
||||
"font_size": 10,
|
||||
"font_size": 11,
|
||||
"highlight_line": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Python",
|
||||
"Vintage"
|
||||
],
|
||||
"indent_to_bracket": false,
|
||||
@@ -29,13 +30,15 @@
|
||||
{
|
||||
"extra_paths":
|
||||
[
|
||||
"/usr/local/bin/python373-s"
|
||||
"/usr/local/python/python-3.8/bin/python3.8"
|
||||
],
|
||||
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
||||
},
|
||||
"theme": "halcyon.sublime-theme",
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
// "trim_trailing_white_space_on_save": true,
|
||||
"trailing_spaces_modified_lines_only": true,
|
||||
"trailing_spaces_trim_on_save": true,
|
||||
"ui_separator": true,
|
||||
"word_wrap": true,
|
||||
"wrap_width": 80
|
||||
|
||||
Reference in New Issue
Block a user