mirror of https://github.com/stella-emu/stella.git
Commit .vscode .
This commit is contained in:
parent
c11acc135c
commit
b3b4de7403
|
@ -0,0 +1,9 @@
|
|||
// Platzieren Sie Ihre Einstellungen in dieser Datei, um Standard- und Benutzereinstellungen zu überschreiben.
|
||||
{
|
||||
"clang.cxxflags": [
|
||||
"-std=c++11",
|
||||
"-I/home/cnspeckn/git/stella/src/common"
|
||||
],
|
||||
"editor.tabSize": 2,
|
||||
"files.trimTrailingWhitespace": false
|
||||
}
|
Loading…
Reference in New Issue