summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg
new file mode 100644
index 00000000..27213b45
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_2345.cfg
@@ -0,0 +1,5 @@
+# Whether to indent the body of a 'namespace'.
+indent_namespace = true
+# If the body of the namespace is longer than this number, it won't be
+# indented. Requires indent_namespace=true. 0 means no limit.
+indent_namespace_limit = 3