py.json.code-snippets (850B)
1 { 2 "MIT Compact Header": { 3 "prefix": "py", 4 "body": [ 5 "# Author: Amit Dutta (amitdutta4255@gmail.com) | Date: $CURRENT_DATE $CURRENT_MONTH_NAME_SHORT $CURRENT_YEAR", 6 "# Repo: https://github.com/notamitgamer/bsc", 7 "# License: MIT", 8 "", 9 "# $0 " 10 ], 11 "description": "Insert MIT Compact Header" 12 }, 13 "MIT Standard Header": { 14 "prefix": "py_s", 15 "body": [ 16 "# Author : Amit Dutta <amitdutta4255@gmail.com>", 17 "# Date : $CURRENT_DATE $CURRENT_MONTH_NAME_SHORT $CURRENT_YEAR", 18 "# Repo : https://github.com/notamitgamer/bsc", 19 "# License : MIT License (See the LICENSE file for details)", 20 "", 21 "# $0" 22 ], 23 "description": "Insert MIT Standard Header" 24 } 25 }