SearXNG has a bunch of javascript files which have an indentation of two, but the '*' rule tells my editor to use 4 spaces.
@@ -16,6 +16,9 @@ max_line_length = 119
[*.html]
indent_size = 4
+[*.js]
+indent_size = 2
+
[*.json]
insert_final_newline = ignore