desktop-windows/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings

24 lines
611 B
Plaintext

{ "auto_indent": true
, "auto_match_enabled": false
, "caret_extra_width": 1
, "caret_style": "solid"
, "copy_with_empty_selection": false
, "drag_text": false
, "ensure_newline_at_eof_on_save": true
, "find_selected_text": true
, "font_face": "PT Mono"
, "font_size": 11
, "ignored_packages": [ "Vintage" ]
, "line_padding_bottom": 4
, "line_padding_top": 4
, "save_on_focus_lost": true
, "shift_tab_unindent": true
, "show_encoding": true
, "show_line_endings": true
, "smart_indent": false
, "tab_size": 2
, "translate_tabs_to_spaces": true
, "trim_trailing_white_space_on_save": true
, "wide_caret": true
}