editor settings
This commit is contained in:
parent
d01f16d09c
commit
5293fb9206
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"editor.formatOnSave": false,
|
||||
"C_Cpp.default.compileCommands": "/home/alex/forks/swayfx/builddir/compile_commands.json",
|
||||
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild",
|
||||
"files.associations": {
|
||||
"*.h": "c"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue