quarto setup

This commit is contained in:
Daniel Winkler 2026-01-31 17:57:30 +11:00
commit 898a5434d0
3 changed files with 12 additions and 18 deletions

View file

@ -0,0 +1,6 @@
{
"Function": {
"prefix": "fn",
"body": "$1 <- function($2){\n$0\n}"
}
}