brew/.sublime/homebrew.sublime-project
2021-08-01 15:36:48 -07:00

29 lines
430 B
Plaintext

{
"folders":
[
{
"//": "Generated based on the contents of our .gitignore",
"path": "..",
"folder_exclude_patterns": [
"Caskroom",
"Cellar",
"Frameworks",
"bin",
"etc",
"include",
"lib",
"opt",
"sbin",
"share",
"var",
"Library/Homebrew/LinkedKegs",
"Library/Homebrew/Aliases"
],
"follow_symlinks": true
}
],
"settings": {
"tab_size": 2
}
}