-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtm_properties
34 lines (27 loc) · 1.05 KB
/
tm_properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
fontName = "Monaco"
fontSize = 13
# show the path to the current tab's file in the window title
# (replace the 2 instances of 'username' in the string below
# with your mac username).
windowTitle = "$TM_DISPLAYNAME${TM_DIRECTORY/\A(?:\/Users\/pkhadloya\w+\/?(.*)|(.+))\z/${2:? – ${2/\A\/Users\/pkhadloya/~/}:${1/\A(?=.)/ – /}}/}"
#windowTitle = "$TM_FILEPATH"
excludeFiles = "*.{so,pyc,log}"
excludeDirectories = "{log,tmp}" # Removes log dir from sidebar
excludeInFileChooser = "{log,tmp}"
excludeInBrowser = "{log,tmp}" # Removes development.log from Cmd + T file search
excludeInFolderSearch = "{log,tmp}"
excludeInFileSearch = "{log,tmp}" # Excludes these folders/files from string search
# Default editing configuration
softWrap = false
softTabs = true
tabSize = 2
# File type specific configuration
# [ text ]
# showInvisibles = true
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ source ]
softTabs = true
tabSize = 2
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"