Skip to content

Commit 21a4d68

Browse files
committed
Put all intermediate files into a .aux sub directory by default
To reduce noise in actual working directory, while still maintaining easy access, this commit changes default configuration to create all intermediate files in a .aux sub directory, by default - if supported by chosen builder.
1 parent eb737ce commit 21a4d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LaTeXTools.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
// if you do so, however, note that the path will be interpreted
344344
// relative to the location of your project file
345345

346-
"aux_directory": "",
346+
"aux_directory": ".aux",
347347

348348
// OPTION: "output_directory"
349349
// Specifies the output directory

0 commit comments

Comments
 (0)