disbot-a4.code-workspace 160 B

123456789101112
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "html.format.endWithNewline": true,
  9. "editor.tabSize": 2,
  10. "editor.detectIndentation": false
  11. }
  12. }