aboutsummaryrefslogblamecommitdiff
blob: b2375e19f1b1f3380bd1e4cc2fffb5cd15e33a87 (plain) (tree)












































































































                                                                     
{
    "[python]": {
        "editor.formatOnType": true
    },
    "beancount.mainBeanFile": "Ledger.beancount",
    "workbench.startupEditor": "none",
	"beancount.fixedCJKWidth": true,
    "latex-workshop.latex.recipe.default": "latexmk (xelatex)",
    "latex-workshop.latex.tools": [
		{
			"name": "latexmk",
			"command": "latexmk",
			"args": [
				"-synctex=1",
				"-interaction=nonstopmode",
				"-file-line-error",
				"-pdf",
				"-outdir=%OUTDIR%",
				"%DOC%"
			],
			"env": {}
		},
		{
			"name": "lualatexmk",
			"command": "latexmk",
			"args": [
				"-synctex=1",
				"-interaction=nonstopmode",
				"-file-line-error",
				"-lualatex",
				"-outdir=%OUTDIR%",
				"%DOC%"
			],
			"env": {}
		},
		{
			"name": "xelatexmk",
			"command": "latexmk",
			"args": [
                "-shell-escape",
                "-synctex=1",
				"-interaction=nonstopmode",
				"-file-line-error",
				"-xelatex",
				"-outdir=%OUTDIR%",
				"%DOC%"
			],
			"env": {}
		},
		{
			"name": "pdflatex",
			"command": "pdflatex",
			"args": [
				"-synctex=1",
				"-interaction=nonstopmode",
				"-file-line-error",
				"%DOC%"
			],
			"env": {}
		},
		{
			"name": "bibtex",
			"command": "bibtex",
			"args": [
				"%DOCFILE%"
			],
			"env": {}
		}
	],
	"git.openRepositoryInParentFolders": "never",
	"editor.wordWrap": "on",
	"latex-workshop.latex.recipes": [


		{
			"name": "latexmk",
			"tools": [
				"latexmk"
			]
		},
		{
			"name": "latexmk (xelatex)",
			"tools": [
				"xelatexmk"
			]
		},
		{
			"name": "pdflatex -> bibtex -> pdflatex * 2",
			"tools": [
				"pdflatex",
				"bibtex",
				"pdflatex",
				"pdflatex"
			]
		},
	],
	"editor.largeFileOptimizations": false,
	"grammarly.config.documentDialect": "canadian",
	"grammarly.files.include": [
		"**/readme.md",
		"**/README.md",
		"**/*.txt",
		"**/*.tex"
	],
	"git.showPushSuccessNotification": true,
	"editor.inlineSuggest.enabled": true,
	"window.titleBarStyle": "custom",
	"workbench.colorTheme": "Theme Flat",
}
Powered by cgit v1.2.3 (git 2.41.0)