1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Typo fix in ocaml indents.toml (#1342)

This commit is contained in:
Stuart Hinson 2021-12-23 20:05:29 -05:00 committed by GitHub
parent a8618cf111
commit bb684a2b42
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,6 @@ indent = [
"match_case",
]
oudent = [
outdent = [
"}",
]