qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

doc-bad-indent.json (166B)


      1 # Multiline doc comments should have consistent indentation
      2 
      3 ##
      4 # @foo:
      5 # @a: line one
      6 # line two is wrongly indented
      7 ##
      8 { 'command': 'foo', 'data': { 'a': 'int' } }