It's now possible to play classic video game roms with teletypewriters. https://justine.storage.googleapis.com/nesemu.png
16 lines
324 B
YAML
16 lines
324 B
YAML
---
|
|
BasedOnStyle: Google
|
|
StatementMacros:
|
|
- INITIALIZER
|
|
AlignConsecutiveMacros: true
|
|
AlignConsecutiveDeclarations: false
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
---
|
|
Language: Cpp
|
|
AllowShortFunctionsOnASingleLine: true
|
|
---
|
|
Language: Proto
|
|
...
|