This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
OlderNewer