mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
19 lines
366 B
Plaintext
19 lines
366 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./libc"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.cwd": "../../",
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"git.alwaysSignOff": true,
|
|
"git.defaultBranchName": "master",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"conventionalCommits.scopes": [
|
|
"userspace/libc"
|
|
]
|
|
}
|
|
}
|