]> sourceware.org Git - libabigail.git/commit
Add .clang-format approximation
authorMatthias Maennich <maennich@google.com>
Wed, 15 May 2019 17:34:04 +0000 (18:34 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 20 May 2019 08:03:49 +0000 (10:03 +0200)
commit9c84181f99649f56679f8cab36408b1ede44af6b
treee2f4be1f389a355ee33fa9c4caa10e9a4c998171
parentf754d8111656b2ebb480952035ecd0746d3c2287
Add .clang-format approximation

Add .clang-format definitions that are an approximation of the current
coding style. As I understand it, the current style is based on what GNU
Emacs implements for C++. Hence these rules might not be entirely
accurate, but a good-enough approximation to allow contributers to
follow the coding style more easily.

I expect modifications for specific cases and when clang-format itself
evolves over time.

As of now, this definition is most useful in partial code formatting,
such as executed by `git clang-format` on staged files or
clang-format.py as a means of integration into various editors.

* .clang-format: New File.

Signed-off-by: Matthias Maennich <maennich@google.com>
.clang-format [new file with mode: 0644]
This page took 0.066565 seconds and 5 git commands to generate.