apio
bc07cc94cb
All checks were successful
continuous-integration/drone/push Build is passing
Also, add copyright information to individual files. This is going to be a hassle to do for EVERY file.
29 lines
732 B
JSON
29 lines
732 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "xaver.clang-format",
|
|
"files.exclude": {
|
|
"toolchain/build/**": true,
|
|
"toolchain/tarballs/**": true,
|
|
},
|
|
"search.exclude": {
|
|
"toolchain/build/**": true,
|
|
"toolchain/tarballs/**": true,
|
|
},
|
|
"editor.tabSize": 4,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
"git.inputValidationLength": 72,
|
|
"git.inputValidationSubjectLength": 72,
|
|
"doxdocgen.file.fileOrder": [
|
|
"file",
|
|
"author",
|
|
"brief",
|
|
"empty",
|
|
"copyright",
|
|
"empty"
|
|
],
|
|
"doxdocgen.file.copyrightTag": [
|
|
"@copyright Copyright (c) {year}, the Luna authors."
|
|
]
|
|
}
|