header wrap with signle quote

This commit is contained in:
Joseph Gonzales 2025-07-03 22:27:36 +12:00
parent dd3224a131
commit c567e4b409
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
description: "Guidelines for building Java base applications"
applyTo: "**/*.java"
description: 'Guidelines for building Java base applications'
applyTo: '**/*.java'
---
# Java Development

View File

@ -1,6 +1,6 @@
---
description: "Guidelines for building Springboot base applications"
applyTo: "**/*.java, **/*.kt,"
description: 'Guidelines for building Springboot base applications'
applyTo: '**/*.java, **/*.kt,'
---
# Spring Boot Development