this repo has no description
1softTabs = true
2tabSize = 2
3saveOnBlur = true
4
5# show linebreaks so trailing spaces are visible
6showInvisibles = true
7# but hide spaces
8invisiblesMap = "~ "
9
10softWrap = true
11# wrapColumn = 80 | "Use Window Frame"
12showWrapColumn = true
13
14exclude = '{$exclude,.git,build,doc/*,log/*.log,tmp/*,vendor/bundle*,node_modules,bower_components,public/packs*}'
15excludeInFolderSearch = '{$exclude,*.png,*.jpg,*.gif,*.ttf,*.eot,*.otf,*.svg,*.swf}'
16
17include = '{$include,.travis.yml}'
18
19# speed up refreshing the drawer after file changes
20fileBrowserDocumentStatus = false
21
22[ *.rb ]
23fileType = 'source.ruby'