desktop-ubuntu/sublime-text/Preferences.sublime-settings

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-06-18 15:34:39 +02:00
{ "added_words" : [ "Frontend"],
"animation_enabled" : false,
"atomic_save" : false,
"auto_close_tags" : false,
"auto_complete_commit_on_tab" : false,
"auto_complete_cycle" : true,
"auto_indent" : true,
"auto_match_enabled" : false,
"caret_style" : "solid",
"color_scheme" : "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"copy_with_empty_selection" : false,
"dart_sdk_path" : "/usr/local/flutter/bin/",
"default_line_ending" : "unix",
"dictionary" : "Packages/Language - English/en_US.dic",
"drag_text" : false,
"font_face" : "Ubuntu Mono",
2023-08-06 23:02:26 +02:00
"font_size" : 13,
2023-06-18 15:34:39 +02:00
"ignored_packages" : [ "Vintage",
],
"line_padding_bottom" : 3,
"line_padding_top" : 3,
"native_tabs" : "disabled",
"open_files_in_new_window" : false,
"save_on_focus_lost" : true,
"shift_tab_unindent" : true,
"show_encoding" : true,
"tab_size" : 2,
"theme" : "Adaptive.sublime-theme",
"translate_tabs_to_spaces" : false,
"trim_automatic_white_space" : true,
"trim_trailing_white_space_on_save" : true,
"ui_scale" : 1,
"word_wrap" : true,
"update_check": false,
}