mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": true,
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"editor.rulers": [120],
|
|
"clang-tidy.compilerArgs": [
|
|
"-fno-builtin",
|
|
"-std=gnu89",
|
|
"-Iinclude",
|
|
"-Iinclude/PR",
|
|
"-Isrc",
|
|
"-D_LANGUAGE_C",
|
|
],
|
|
}
|