]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Add coding-style.rst
authorAndrea Bolognani <abologna@redhat.com>
Mon, 6 Apr 2020 12:43:56 +0000 (14:43 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 8 Apr 2020 07:32:30 +0000 (09:32 +0200)
commit5155f6f4b12fda8c064ecc45539e7d253156eae0
tree80479d73ef5ef1706e6c6ea8ff4dc8fd1cbb1c87
parent483f7b68143e3f48a45d9fecd188ab8b8fe6d3e1
docs: Add coding-style.rst

This part represents the biggest chunk of the existing hacking.rst, and
despite that its utility is very limited because 'make syntax-check'
already guarantees most of the rules are followed over time.

Until the glorious day we finally codify our coding style completely
into a configuration for a tool such as clang-format and thus no longer
need a plain English description of it, move this part to a separate
page.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
build-aux/syntax-check.mk
docs/coding-style.rst [new file with mode: 0644]
docs/hacking.rst