Skip to content

Instantly share code, notes, and snippets.

@Mark24Code
Last active April 24, 2017 06:43
Show Gist options
  • Save Mark24Code/6b1c2fa6858c5843277d7865a34cde22 to your computer and use it in GitHub Desktop.
Save Mark24Code/6b1c2fa6858c5843277d7865a34cde22 to your computer and use it in GitHub Desktop.
Sublime_Config
{
"show_encoding": true,
"bold_folder_labels": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
],
"folder_exclude_patterns":
[
"node_modules"
],
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment