1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00
This commit is contained in:
RGBCube 2023-05-17 22:49:26 +03:00
parent 76ce20b2f4
commit 4f4a2a0dcc

View file

@ -7,18 +7,3 @@ with pkgs; systemFonts [
];
})
]
"editor.comments.ignoreEmptyLines": false,
"editor.experimental.asyncTokenization": true,
"editor.folding": false,
"editor.fontFamily": "JetBrainsMono Nerd Font ",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.fontWeight": "400",
"editor.guides.bracketPairsHorizontal": true,
"editor.inlayHints.fontSize": 11,
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 22,
"editor.lineNumbers": "relative",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.smoothScrolling": true,