Skip to content

Commit

Permalink
add split line
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Aug 9, 2024
1 parent d16bb17 commit 8294536
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// VS Code Settings
////////////////////////////////////////
"diffEditor.ignoreTrimWhitespace": false,

"editor.copyWithSyntaxHighlighting": false,
"editor.cursorSurroundingLines": 16,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand All @@ -18,23 +19,30 @@
"editor.mouseWheelZoom": true,
"editor.renderWhitespace": "trailing",
"editor.stickyScroll.enabled": true,

"explorer.confirmDragAndDrop": false,
"explorer.confirmPasteNative": false,
"explorer.sortOrderLexicographicOptions": "unicode",

"extensions.autoUpdate": "onlyEnabledExtensions",

"files.autoGuessEncoding": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,

"search.showLineNumbers": true,

"security.allowedUNCHosts": [
// WSL 環境での起動時に表示される警告メッセージを抑制する
// https://code.visualstudio.com/docs/setup/windows#_working-with-unc-paths
"wsl.localhost"
],
"security.workspace.trust.untrustedFiles": "open",

"terminal.integrated.fontFamily": "'HackGen Console'",

"workbench.activityBar.location": "top",
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.empty.hint": "hidden",
Expand All @@ -44,6 +52,7 @@
"workbench.iconTheme": "material-icon-theme",
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "newUntitledFile",

"window.commandCenter": false,
"window.menuBarVisibility": "compact",
"window.newWindowDimensions": "inherit",
Expand All @@ -55,6 +64,7 @@
"code-eol.crlfCharacter": "",
"code-eol.newlineCharacter": "",
"code-eol.returnCharacter": "",

"cSpell.userWords": [
"archlinux",
"autoload",
Expand Down Expand Up @@ -108,35 +118,47 @@
"wslconfig",
"xremap"
],

"gitlens.currentLine.format": "${author, }${agoOrDateShort}${' via 'pullRequest}${ // message|50?}",
"gitlens.defaultDateFormat": "YYYY-MM-DD hh:mm",
"gitlens.defaultDateShortFormat": "YYYY-MM-DD",
"gitlens.defaultTimeFormat": "hh:mm",

"hediet.vscode-drawio.resizeImages": null,

"liveServer.settings.AdvanceCustomBrowserCmdLine": "/mnt/c/Program Files/Google/Chrome/Application/chrome.exe",

"markdown.extension.list.indentationSize": "inherit",

"markdown-preview-enhanced.breakOnSingleNewLine": false,
"markdown-preview-enhanced.frontMatterRenderingOption": "code block",
"markdown-preview-enhanced.previewTheme": "one-dark.css",

"markdownlint.focusMode": false,
"markdownlint.config": {
"default": true,
"MD007": {
"indent": 4
}
},

"markdowntable.showMenu.csvToTable": true,

"mcfs.notifications": {
"hasOpenedConnectionManager": false,
"hasConnectedToMC": false,
"dontShowConnectionManagerAlert": false,
"hasShownChangelog": false,
"hasSeenPromoForVersion": "3.0"
},

"prettier.singleQuote": true,

"sql-formatter.uppercase": true,

"trailing-spaces.backgroundColor": "rgba(255,255,0,0.3)",
"trailing-spaces.borderColor": "rgba(255,255,100,0.15)",

"vsnotes.defaultNoteName": "new-note",
"vsnotes.defaultNotePath": "~/works/notes/notes",
"vsnotes.defaultNoteTitle": "{dt}-{title}.{ext}",
Expand Down

0 comments on commit 8294536

Please sign in to comment.