mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05: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": "."
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user