blog/.vscode/settings.json
Bangara Raju Kottedi 19ce8babd9 1. Solid principles Post added
2. frontmatter extension installed
3. Thank-You for posts added
2024-04-06 03:38:30 +05:30

15 lines
388 B
JSON

{
"[markdown]": {
"editor.fontSize": 14,
"editor.lineHeight": 26,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64,
"editor.lineNumbers": "off",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.minimap.enabled": false
}
}