papermario/.vscode/settings.json
2020-10-09 14:26:17 -04:00

15 lines
314 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",
],
}