Skip to content

Instantly share code, notes, and snippets.

@yakovkhalinsky
Last active October 11, 2016 04:41
Show Gist options
  • Save yakovkhalinsky/8949059 to your computer and use it in GitHub Desktop.
Save yakovkhalinsky/8949059 to your computer and use it in GitHub Desktop.
My Sublime Text User Preferences
{
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"*.log",
"*/node_modules/*",
"*/coverage/*",
"*/build/*"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"open_files_in_new_window": false,
"rulers":
[
120
],
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@sahibalejandro
Copy link

Is working the index_exclude_patterns?
It keep indexing node_modules folder.

@matteocontrini
Copy link

@sahibalejandro did you solve the issue at the end?

@legend80s
Copy link

legend80s commented Oct 11, 2016

I am tortured by number of files to index exceeds sanity limit, bailing out. Does this help? @yakovkhalinsky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment