Skip to content

Instantly share code, notes, and snippets.

@ambengers
Last active November 16, 2022 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambengers/7a6494a0775b269c18237b0c71872af3 to your computer and use it in GitHub Desktop.
Save ambengers/7a6494a0775b269c18237b0c71872af3 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"binary_file_patterns":
[
"node_modules",
".git"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Inspired GitHub Color Scheme/InspiredGitHub.tmTheme",
"folder_exclude_patterns":
[
"node_modules",
".git",
"public/js/*",
"public/css/*"
],
"font_face": "Operator Mono Book",
"font_options":
[
"no_italic"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
],
"index_exclude_gitignore": false,
"jsdocs_param_name": true,
"jsdocs_spacer_between_sections": "after_description",
"line_padding_bottom": 8,
"line_padding_top": 8,
"phpunit-sublime-terminal": "iTerm",
"phpunit.composer": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_errors_inline": false,
"show_full_path": true,
"theme": "Primer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_sort_length": false,
"use_todo_implement": true,
"visibility": "protected",
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment