mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-29 07:47:56 +00:00
Add conventionalCommits.scopes with "userspace/libc" Signed-off-by: EnderIce2 <enderice2@protonmail.com>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Userspace"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.cwd": "../",
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"git.alwaysSignOff": true,
|
|
"git.defaultBranchName": "master",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"conventionalCommits.scopes": [
|
|
"userspace/libc"
|
|
]
|
|
}
|
|
}
|