papermario/.vscode/settings.json
2020-10-20 17:26:27 -04:00

17 lines
395 B
JSON

{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"editor.rulers": [120],
"clang-tidy.compilerArgs": [
"-std=gnu89",
"-Iinclude",
"-Iinclude/PR",
"-Isrc",
"-D_LANGUAGE_C",
],
"python.pythonPath": "/usr/bin/python3",
"git.ignoreLimitWarning": true,
}