mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
File header template added
This commit is contained in:
parent
a64011ed2b
commit
53cbb49dcf
1 changed files with 36 additions and 2 deletions
36
.vscode/settings.json
vendored
36
.vscode/settings.json
vendored
|
@ -1,3 +1,37 @@
|
|||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
"git.ignoreLimitWarning": true,
|
||||
"fileHeaderComment.parameter":{
|
||||
"*":{
|
||||
"commentprefix": "//",
|
||||
"company": "ArangoDB GmbH, Cologne, Germany",
|
||||
"author": "Ewout Prangsma"
|
||||
}
|
||||
},
|
||||
"fileHeaderComment.template":{
|
||||
"*":[
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} DISCLAIMER",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} Copyright ${year} ArangoDB GmbH, Cologne, Germany",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} Licensed under the Apache License, Version 2.0 (the \"License\");",
|
||||
"${commentprefix} you may not use this file except in compliance with the License.",
|
||||
"${commentprefix} You may obtain a copy of the License at",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} http://www.apache.org/licenses/LICENSE-2.0",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} Unless required by applicable law or agreed to in writing, software",
|
||||
"${commentprefix} distributed under the License is distributed on an \"AS IS\" BASIS,",
|
||||
"${commentprefix} WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
|
||||
"${commentprefix} See the License for the specific language governing permissions and",
|
||||
"${commentprefix} limitations under the License.",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} Copyright holder is ArangoDB GmbH, Cologne, Germany",
|
||||
"${commentprefix} ",
|
||||
"${commentprefix} Author ${author}",
|
||||
"${commentprefix} ",
|
||||
""
|
||||
]
|
||||
},
|
||||
"go.gopath": "${workspaceRoot}/.gobuild"
|
||||
}
|
Loading…
Reference in a new issue