dotfiles/Preferences.sublime-settings

28 lines
318 B
Plaintext

{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.app",
"*.beam"
],
"font_face": "SF Mono Regular",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true
}