Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active April 21, 2021 11:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/553222d563932718d7ae91209194cdf1 to your computer and use it in GitHub Desktop.
Save sergeykuzmich/553222d563932718d7ae91209194cdf1 to your computer and use it in GitHub Desktop.
Sublime Text 3 - User Preferences
{
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"file_exclude_patterns":
[
".DS_Store",
".git",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".idea",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Fira Code",
"font_size": 17,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"line_padding_bottom": 8,
"line_padding_top": 8,
"material_theme_bold_tab": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"mini_diff": false,
"open_files_in_new_window": false,
"preview_on_click": false,
"rulers":
[
80
],
"scroll_past_end": true,
"show_definitions": false,
"show_full_path": true,
"show_git_status": false,
"show_panel_on_build": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"trailing_spaces_syntax_ignore":
[
"Packages/Markdown/Markdown.sublime-syntax"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment