2017-10-05 11:31:17 +00:00
|
|
|
{
|
|
|
|
"animation_enabled": false,
|
|
|
|
"caret_style": "phase",
|
|
|
|
"close_windows_when_empty": false,
|
2023-02-14 10:02:58 +00:00
|
|
|
"color_scheme": "ayu-dark.sublime-color-scheme",
|
2017-10-05 11:31:17 +00:00
|
|
|
"default_line_ending": "unix",
|
|
|
|
"drag_text": false,
|
|
|
|
"draw_minimap_border": false,
|
|
|
|
"ensure_newline_at_eof_on_save": true,
|
|
|
|
"file_exclude_patterns":
|
|
|
|
[
|
|
|
|
".DS_Store",
|
|
|
|
".swo",
|
|
|
|
".swp"
|
|
|
|
],
|
|
|
|
"fold_buttons": false,
|
|
|
|
"folder_exclude_patterns":
|
|
|
|
[
|
|
|
|
".git",
|
|
|
|
".bundle",
|
|
|
|
".sass-cache",
|
|
|
|
"__pycache__",
|
|
|
|
"node-modules"
|
|
|
|
],
|
2020-09-12 09:03:33 +00:00
|
|
|
"font_face": "Inconsolata",
|
2017-10-05 11:31:17 +00:00
|
|
|
"font_options":
|
|
|
|
[
|
|
|
|
"subpixel_antialias",
|
|
|
|
"no_bold",
|
|
|
|
"no_italic"
|
|
|
|
],
|
2023-02-14 10:02:58 +00:00
|
|
|
"font_size": 14,
|
2017-10-05 11:31:17 +00:00
|
|
|
"gutter": true,
|
|
|
|
"highlight_line": true,
|
|
|
|
"highlight_modified_tabs": true,
|
2023-02-14 10:02:58 +00:00
|
|
|
"ignored_packages":
|
|
|
|
[
|
|
|
|
"Vintage",
|
|
|
|
],
|
2017-10-05 11:31:17 +00:00
|
|
|
"indent_guide_options":
|
|
|
|
[
|
|
|
|
"draw_normal",
|
|
|
|
"draw_active"
|
|
|
|
],
|
|
|
|
"line_numbers": true,
|
|
|
|
"line_padding_bottom": 1,
|
|
|
|
"line_padding_top": 2,
|
|
|
|
"open_files_in_new_window": false,
|
|
|
|
"rulers":
|
|
|
|
[
|
|
|
|
80,
|
|
|
|
100,
|
|
|
|
120
|
|
|
|
],
|
|
|
|
"scroll_past_end": true,
|
|
|
|
"sidebar_font_big": true,
|
|
|
|
"sidebar_large": true,
|
|
|
|
"soda_folder_icons": false,
|
|
|
|
"tab_size": 4,
|
2023-02-14 10:02:58 +00:00
|
|
|
"theme": "ayu-dark.sublime-theme",
|
2017-10-05 11:31:17 +00:00
|
|
|
"translate_tabs_to_spaces": true,
|
|
|
|
"tree_animation_enabled": false,
|
|
|
|
"trim_trailing_white_space_on_save": true,
|
|
|
|
"ui_big_tabs": true,
|
|
|
|
"ui_separator": true,
|
|
|
|
"ui_sidebar_highlight_row": true,
|
|
|
|
"wide_caret": true,
|
|
|
|
"word_wrap": false,
|
2023-02-14 10:02:58 +00:00
|
|
|
"wrap_width": 80,
|
|
|
|
"show_panel_on_build": false,
|
|
|
|
"update_check": false,
|
|
|
|
"falback_encoding": "Cyrillic (Windows 1251)",
|
2017-10-05 11:31:17 +00:00
|
|
|
}
|