aboutsummaryrefslogblamecommitdiff
blob: 2be09335eeda584563f0a1757673140363b3e521 (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",
	"github.copilot.enable": {
		"*": true,
		"plaintext": false,
		"markdown": false,
		"scminput": false,
		"yaml": false,
		"latex": false,
		"beancount": false,
		"bibtex": false
	},
	"workbench.colorTheme": "Default Dark+ Experimental",
}
Powered by cgit v1.2.3 (git 2.41.0)