Skip to content

Instantly share code, notes, and snippets.

@coreysan
Last active April 5, 2018 16:15
Show Gist options
  • Save coreysan/ea0bc29c7e4d22b863f5907660927782 to your computer and use it in GitHub Desktop.
Save coreysan/ea0bc29c7e4d22b863f5907660927782 to your computer and use it in GitHub Desktop.
sublime preferences
{
"auto_complete_selector": "source, text",
"binary_file_patterns":
[
".phpintel/",
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpg",
"*.jpeg",
"*.log",
"*.pdf",
"*.png",
"*.swf",
"*.sql",
"*.tga",
"*.ttf",
"*.zip",
"**/*.map",
"**/*.min.js",
"**/*.min.css",
"admin/adodb/",
"admin/assets/",
"admin/aws/",
"admin/directmail/Lob",
"admin/mandrill/",
"admin/PapaParse/",
"admin/php-jwt/",
"admin/php-mailer/",
"admin/twilio/",
"client/node_modules/",
"liondesk/api/node_modules/*",
"developers/node_modules/",
"coverage/",
"dist/",
"lib/**",
"node_modules/",
"package-lock.json",
"public/js/*.js",
"public/css/*.css",
"resources/assets/js/vendor/*",
"resources/assets/sass/vendor/*.css",
"storage/",
"vendor/**/*.min.*",
"yarn.lock"
],
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Phpcs",
"Vintage"
],
"line_padding_top": 6,
"margin": 2,
"phpcs":
{
"phpcs_additional_args":
{
"--standard": "PSR2",
"-n": ""
}
},
"scroll_past_end": true,
"scroll_speed": 1.5,
"syntax_map":
{
"javascript (babel)": "javascript"
},
"tab_size": 2,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment