From d49973e602610195202dd6a119821abd8ca7897c Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 11 May 2020 14:29:14 +0800 Subject: [PATCH] adjust fileheader tpl --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8c2c682..06accc2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -46,8 +46,7 @@ "source.organizeImports": true }, "fileheader.Author":"Edward", -"fileheader.tpl": "/* \r\n * @Description: https://github.com/crazybber \r\n * @Author: {author} \r\n * @Date: {createTime} \r\n * @Last Modified by: {lastModifiedBy} \r\n * @Last Modified time: {updateTime} \r\n */\r\n", -"fileheader.LastModifiedBy": "Edward", -"peacock.color": "#5e7959" +"fileheader.tpl": "/*\r\n * @Description: https://github.com/crazybber\r\n * @Author: {author}\r\n * @Date: {createTime}\r\n * @Last Modified by: {lastModifiedBy}\r\n * @Last Modified time: {updateTime}\r\n */\r\n\r\n", +"fileheader.LastModifiedBy": "Edward" } //https://vscode.readthedocs.io/en/latest/getstarted/settings/