papermario/.vscode/settings.json

16 lines
359 B
JSON
Raw Normal View History

{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
2020-08-18 00:07:13 +02:00
"editor.rulers": [120],
2020-08-18 01:28:37 +02:00
"clang-tidy.compilerArgs": [
"-std=gnu89",
"-Iinclude",
"-Iinclude/PR",
"-Isrc",
"-D_LANGUAGE_C",
],
2020-10-16 00:42:54 +02:00
"python.pythonPath": "/usr/bin/python3",
}