sublime prefs
This commit is contained in:
parent
cf59bbf95d
commit
d347274865
1 changed files with 31 additions and 0 deletions
31
Preferences.sublime-settings
Normal file
31
Preferences.sublime-settings
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"always_show_minimap_viewport": true,
|
||||||
|
"caret_extra_bottom": 0,
|
||||||
|
"caret_extra_top": 0,
|
||||||
|
"caret_style": "blink",
|
||||||
|
"color_scheme": "Monokai.sublime-color-scheme",
|
||||||
|
"default_line_ending": "unix",
|
||||||
|
"enable_inline_error_tips": true,
|
||||||
|
"ensure_newline_at_eof_on_save": true,
|
||||||
|
"font_options":
|
||||||
|
[
|
||||||
|
"gray_antialias",
|
||||||
|
"dwrite_cleartype_classic"
|
||||||
|
],
|
||||||
|
"font_face": "Consolas",
|
||||||
|
"font_size": 13,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage",
|
||||||
|
],
|
||||||
|
"preview_on_click": false,
|
||||||
|
"show_encoding": true,
|
||||||
|
"show_line_endings": true,
|
||||||
|
//"tab_completion": false,
|
||||||
|
"theme": "Legacy.sublime-theme",
|
||||||
|
"translate_tabs_to_spaces": true,
|
||||||
|
"trim_trailing_white_space_on_save": "not_on_caret",
|
||||||
|
"word_wrap": false,
|
||||||
|
"show_project_first": true,
|
||||||
|
"index_files": true,
|
||||||
|
}
|
Loading…
Reference in a new issue