Views: Configured .ocp-indent.conf to sensible defaults, and indented everything with this. Settings are:

normal
base = 2
type = 2
in = 0
with = 0
match_clause = 2
ppx_stritem_ext = 2
max_indent = 2
strict_with = never
strict_else = always
strict_comments = false
align_ops = true
align_params = auto
This commit is contained in:
rand00 2022-02-03 14:00:24 +01:00
parent 87442c4a09
commit 126fe38465

View file

@ -381,8 +381,7 @@ module Job_build = struct
]
];
H.h3 [H.txt "Build artifacts"];
H.dl (List.concat_map
(fun { Builder_db.filepath; localpath=_; sha256; size } ->
H.dl (List.concat_map (fun { Builder_db.filepath; localpath=_; sha256; size } ->
let (`Hex sha256_hex) = Hex.of_cstruct sha256 in
[
H.dt [H.a