Skip to content

Instantly share code, notes, and snippets.

// Place your settings in this file to overwrite the default settings
{
"css.validate": false,
"editor.cursorBlinking": "phase",
"editor.detectIndentation": true,
"editor.dragAndDrop": true,
"editor.fontFamily": "operator mono",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnType": true,
@smlombardi
smlombardi / code_styles.json
Last active April 3, 2020 13:51
VScode font styles overrides for any theme
{
"name": "ITALIC",
"scope": [
"abstract.definition.fsharp entity",
"abstract.definition.fsharp keyword",
"comment.block.documentation storage.type.class",
"comment.block.documentation.phpdoc.php keyword",
"comment.block.documentation.scala keyword",
"comment.block.documentation.scala variable.parameter",
"comment.block.javadoc.java keyword",