We have this diff on the new uncrustify. The new indentation doesn't take into consideration the two nested levels and results only in one indentation level. While it's more aesthetic than the previous one on 2-size indent, this one is inconsistent with the indentation level.
I think it's ok but I wanted to discuss:
diff --git afoo.h b/foo
--- a/foo.h
+++ b/foo.h
@@ -3,28 +3,28 @@
namespace Editor
{ namespace TaskManager
{
- typedef int TaskId;
+ typedef int TaskId;
}}
We have this diff on the new uncrustify. The new indentation doesn't take into consideration the two nested levels and results only in one indentation level. While it's more aesthetic than the previous one on 2-size indent, this one is inconsistent with the indentation level.
I think it's ok but I wanted to discuss: