From d108e4d24ac012e14e9aff06aadf13065ea939d7 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 1 Jul 2024 02:36:18 +0300 Subject: [PATCH] Disable function parameter sorting by default. Sorted parameters are more difficult to read, as you normally expect the parameters to be described in the order they are listed in the function signature. This also breaks parameter grouping when adjacent parameters are related (e.g. a pair of iterators). --- xsl/function.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/function.xsl b/xsl/function.xsl index c77cd4d..e869a66 100644 --- a/xsl/function.xsl +++ b/xsl/function.xsl @@ -26,7 +26,7 @@ - 1 + 0