Start creating some vscode settings for the project

This commit is contained in:
Ciro Santilli
2025-04-28 16:04:57 +01:00
parent e183476308
commit ab0aedf744
3 changed files with 29 additions and 0 deletions

6
kernel_modules/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[c]": {
"editor.tabSize": 8,
"editor.insertSpaces": false
}
}

View File

@@ -0,0 +1,7 @@
{
"folders": [
{
"path": "."
}
],
}

View File

@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.watcherExclude": {
"data/**": true,
".git/**": true,
"out.docker/**": true,
"out/**": true,
"submodules/**": true,
}
}
}