github.com/binkynet/BinkyNet@v1.12.1-0.20240421190447-da4e34c20be0/.vscode/settings.json (about)

     1  {
     2      "fileHeaderComment.parameter":{
     3          "*":{
     4              "commentprefix": "//",
     5              "author": "Ewout Prangsma"
     6          }
     7      },
     8      "fileHeaderComment.template":{
     9          "*":[
    10              "${commentprefix} Copyright ${year} Ewout Prangsma",
    11              "${commentprefix}",
    12              "${commentprefix} Licensed under the Apache License, Version 2.0 (the \"License\");",
    13              "${commentprefix} you may not use this file except in compliance with the License.",
    14              "${commentprefix} You may obtain a copy of the License at",
    15              "${commentprefix}",
    16              "${commentprefix}     http://www.apache.org/licenses/LICENSE-2.0",
    17              "${commentprefix}",
    18              "${commentprefix} Unless required by applicable law or agreed to in writing, software",
    19              "${commentprefix} distributed under the License is distributed on an \"AS IS\" BASIS,",
    20              "${commentprefix} WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
    21              "${commentprefix} See the License for the specific language governing permissions and",
    22              "${commentprefix} limitations under the License.",
    23              "${commentprefix} ",
    24              "${commentprefix} Author ${author}",
    25              "${commentprefix} ",
    26              ""
    27          ]
    28      },
    29      "go.buildFlags": ["-mod=readonly"]
    30  }