mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
initial commit
This commit is contained in:
commit
3f03b7d69f
6 changed files with 140 additions and 0 deletions
20
vscode/settings.json
Normal file
20
vscode/settings.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"window.titleBarStyle": "custom",
|
||||
"editor.renderWhitespace": "all",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.renderFinalNewline": "off",
|
||||
"files.insertFinalNewline": true,
|
||||
"C_Cpp.autocomplete": "disabled",
|
||||
"clangd.detectExtensionConflicts": false,
|
||||
"editor.fontFamily": "'Fira Code', 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"editor.accessibilitySupport": "on",
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.padding.top": 64,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"git.openRepositoryInParentFolders": "always",
|
||||
"cmake.preferredGenerators": [
|
||||
"Ninja"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue