mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
26 lines
No EOL
609 B
JSON
26 lines
No EOL
609 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"latex-workshop.latex.toolchain": [
|
|
{
|
|
"command": "xelatex",
|
|
"args": [
|
|
"-synctex=1",
|
|
"-interaction=nonstopmode",
|
|
"-file-line-error",
|
|
"-pdf",
|
|
"%DOC%"
|
|
]
|
|
}
|
|
],
|
|
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.aux": true,
|
|
"**/*.out": true,
|
|
"**/*.fls": true
|
|
}
|
|
} |