diff options
author | Thomas Haller <thaller@redhat.com> | 2014-07-26 13:07:00 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-07-27 08:57:36 (GMT) |
commit | 371d1a07906ff63b6c392807fbb28e6cf0337968 (patch) | |
tree | 217c7b97d6a525e230266909034ab69f82f6fd92 | |
parent | fc249f81c789c59ff7d82ca9c6ee2ef0ac05b6e4 (diff) | |
download | libnl-371d1a07906ff63b6c392807fbb28e6cf0337968.zip libnl-371d1a07906ff63b6c392807fbb28e6cf0337968.tar.gz libnl-371d1a07906ff63b6c392807fbb28e6cf0337968.tar.bz2 |
style: add .indent.pro file for GNU indent
This is somewhat an approximation of the coding style
in libnl3. In the end, it does not work overly well,
but I think it will be useful to cherry-pick some automatic
style fixes.
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r-- | .indent.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 0000000..ee5d177 --- /dev/null +++ b/.indent.pro @@ -0,0 +1 @@ +-linux -il0 -cs -lp -cbi0 |