Skip to content

Instantly share code, notes, and snippets.

@ffscalco
Last active January 19, 2022 11:26
Show Gist options
  • Save ffscalco/64c499f24772ba4559a060df6d4a108b to your computer and use it in GitHub Desktop.
Save ffscalco/64c499f24772ba4559a060df6d4a108b to your computer and use it in GitHub Desktop.
Personal settings for Sublime Text
{
"ignored_packages":
[
"Vintage",
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"theme": "Material-Theme-Darker.sublime-theme",
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Roboto Mono",
"font_size": 12,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"close_windows_when_empty": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules/*"
],
"rulers":
[
90,
100
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment