removed spaces before double punctuation in bib file
[pipstransfo.git] / pipstransfo.sublime-project
1 {
2 "folders": [
3 {
4 "path": ".",
5 "name": "Document",
6 "folder_exclude_patterns": ["bin"],
7 "file_exclude_patterns": [
8 "*.aux",
9 "*.bbl",
10 "*.blg",
11 "*.fdb_latexmk",
12 "*.fls",
13 "*.lof",
14 "*.log",
15 "*.nav",
16 "*.out",
17 "*.pdf",
18 "*.snm",
19 "*.sublime-workspace",
20 "*.synctex.gz",
21 "*.synctex.gz(busy)",
22 "*.toc",
23 "*.vrb"
24 ]
25 },
26 {
27 "path": "bin",
28 "name": "Scripts"
29 }
30 ]
31 }