mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Start creating some vscode settings for the project
This commit is contained in:
6
kernel_modules/.vscode/settings.json
vendored
Normal file
6
kernel_modules/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"[c]": {
|
||||
"editor.tabSize": 8,
|
||||
"editor.insertSpaces": false
|
||||
}
|
||||
}
|
||||
7
kernel_modules/kernel_modules.code-workspace
Normal file
7
kernel_modules/kernel_modules.code-workspace
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
}
|
||||
16
linux-kernel-module-cheat.code-workspace
Normal file
16
linux-kernel-module-cheat.code-workspace
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.watcherExclude": {
|
||||
"data/**": true,
|
||||
".git/**": true,
|
||||
"out.docker/**": true,
|
||||
"out/**": true,
|
||||
"submodules/**": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user