[Snippets] Remove tab chars
This commit is contained in:
parent
83c31fb13f
commit
41a5b1d3b5
@ -1,6 +1,14 @@
|
|||||||
{
|
{
|
||||||
"docTitle": {
|
"docTitle": {
|
||||||
"prefix": "prepareDoc",
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user