Skip to content

Instantly share code, notes, and snippets.

@kjkorea
Last active April 1, 2025 23:48
Show Gist options
  • Select an option

  • Save kjkorea/e6a4ed5558736ef67e1b7b432c481012 to your computer and use it in GitHub Desktop.

Select an option

Save kjkorea/e6a4ed5558736ef67e1b7b432c481012 to your computer and use it in GitHub Desktop.
sublime text sync settings
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Material Theme",
"Sync Settings"
]
}
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "Operator Mono Lig",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 8,
"line_padding_top": 8,
"material_theme_accent_sky": true,
"material_theme_big_fileicons": true,
"material_theme_bright_scrollbars": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"rulers":
[
80,
120
],
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment