bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / .vscode / py.json.code-snippets

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 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror