Skip to content

Instantly share code, notes, and snippets.

@kivlor
Last active January 9, 2024 06:51
Show Gist options
  • Save kivlor/a8926a20f1f7370eeea6 to your computer and use it in GitHub Desktop.
Save kivlor/a8926a20f1f7370eeea6 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"._.DS_Store"
],
"folder_exclude_patterns":
[
"_meta",
".bundle",
".cache-loader",
".coverage",
".git",
".gitlab",
".idea",
".nyc_output",
".sass-cache",
".serverless",
".storybook",
".terraform",
".vscode",
"coverage",
"node_modules",
"tmp"
],
"font_size": 13.0,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"mini_diff": false,
"remember_open_files": false,
"rulers":
[
80,
100
],
"show_git_status": false,
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"ui_big_tabs": false,
"ui_font_size_small": false,
"ui_font_source_code_pro": true,
"ui_separator": true,
"word_wrap": false,
"update_check": false,
"index_files": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment