mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
16 lines
359 B
JSON
16 lines
359 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",
|
|
}
|