applyTo syntax update

This commit is contained in:
Mike-Hanna 2025-10-23 13:19:52 -04:00
parent 7ca6f6bd4c
commit 3c57a1c2b0

View File

@ -1,6 +1,6 @@
---
description: 'R language and document formats (R, Rmd, Quarto): coding standards and Copilot guidance for idiomatic, safe, and consistent code generation.'
applyTo: '**/*.{R,r,Rmd,rmd,qmd}'
applyTo: '**/*.R, **/*.r, **/*.Rmd, **/*.rmd, **/*.qmd'
---
# R Programming Language Instructions