dotfiles/Preferences.sublime-settings

27 lines
317 B
Plaintext

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