Skip to content

Instantly share code, notes, and snippets.

@Forst
Last active March 3, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Forst/5569765 to your computer and use it in GitHub Desktop.
Save Forst/5569765 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_find_in_selection": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0,
"close_windows_when_empty": false,
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - Russian/ru_RU.dic",
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_hexadecimal_encoding": false,
"enable_telemetry": "false", // not sure if this does anything
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "Cyrillic (Windows 1251)",
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace", "_.*"],
"font_face": "Roboto Mono",
"font_size": 14,
"gpu_window_buffer": "true",
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"indent_guide_options": ["draw_normal", "draw_active"],
"margin": 0,
"move_to_limit_on_up_down": true,
"native_tabs": "preferred",
"open_files_in_new_window": false,
"rulers": [120],
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
// Ayu configuration
"ui_native_titlebar": true,
"ui_separator": true,
"ui_wide_scrollbars": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment