Skip to content

Instantly share code, notes, and snippets.

@K-atc
Created April 9, 2015 15:40
Show Gist options
  • Select an option

  • Save K-atc/798dcf5fc9eecce9c4cf to your computer and use it in GitHub Desktop.

Select an option

Save K-atc/798dcf5fc9eecce9c4cf to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"binary_file_patterns":
[
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.psd",
"*.swf",
"*.jar",
"*.zip"
],
"caret_style": "smooth",
"color_scheme": "Packages/zenburn/zenburn.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_US.dic",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.psd",
"*.swf",
"*.jar",
"*.zip",
"*.dvi",
"*.aux",
"*.xlsx",
"*.vsdm",
"*.vsdx"
],
"folder_exclude_patterns":
[
"node_modules"
],
"font_face": "M+ 1c Medium",
// "font_face": "Source Han Sans Regular",
"font_options": "gray_antialias",
"font_size": 12.6,
"ignored_packages":
[
"Markdown Extended",
"Vintage",
"SublimeLinter",
"LaTeXTools",
"SublimeLinter-cppcheck",
"Theme - Flatland",
"SML (Standard ML)",
"SublimeLinter-phplint",
"Sublime Bookmarks",
"SublimeLinter-cpplint"
],
"line_padding_top": 1,
"rulers":
[
70
],
"show_encoding": true,
"sublimelinter_executable_map":
{
"c": "C:/Program Files (x86)/LLVM/bin/clang.exe",
"php": "C:/xampp/php/php.exe"
},
"theme": "Centurion.sublime-theme",
// "centurion_color_blue": true,
// "centurion_color_red": true,
// "centurion_color_yellow": true,
"centurion_color_orange": true,
// "centurion_color_grey": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment