[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make code formatting consistent (clang-format)?
From: |
Alexandre Becoulet |
Subject: |
Re: make code formatting consistent (clang-format)? |
Date: |
Thu, 12 Dec 2024 19:40:16 +0100 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.3 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
Hi,
> first of all... wow! this is an awesome project!
Thanks!
> i'm just surprised it isn't more widely known (or is it?)
Not much. Maybe because it came late compared to the other famous libraries.
> one minor nit (totally a nit) is that the indentation/formatting (at
> least in the examples/ directory that I've been looking at.... but i
> just checked and it's elsewhere too) is inconsistent
What do you mean by inconsistent? Could you be more precise?
I know that there are some tabs left that I should convert to spaces,
because it can break indentation depending on your editor settings and
behavior. (I use Emacs with a tab size of 8).
GNU style is used in libassh:
https://www.gnu.org/prep/standards/html_node/Formatting.html
--
Alexandre