[Snippets] Remove tab chars

This commit is contained in:
Janis Hutz 2025-06-07 08:46:40 +02:00
parent 83c31fb13f
commit 41a5b1d3b5

View File

@ -1,6 +1,14 @@
{
"docTitle": {
"prefix": "prepareDoc",
"body": "$BLOCK_COMMENT_START\n*\t\t\t\t$WORKSPACE_NAME - $TM_FILENAME\n*\n*\tCreated by Janis Hutz $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR, Licensed under ${1|the GPL V3,the MIT,a proprietary,the BSD,the LGPL V3,the Apache|} License\n*\t\t\thttps://janishutz.com, development@janishutz.com\n*\n*\n$BLOCK_COMMENT_END"
"body": [
"$BLOCK_COMMENT_START",
" * $WORKSPACE_NAME - $TM_FILENAME",
" *",
" * Created by Janis Hutz $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR, Licensed under ${1|the GPL V3,the MIT,a proprietary,the BSD,the LGPL V3,the Apache|} License",
" * https://janishutz.com, development@janishutz.com",
" *\n *",
"$BLOCK_COMMENT_END"
]
}
}
}