X-Git-Url: https://git.distorted.org.uk/~mdw/fringe/blobdiff_plain/6bce693f147dfca5affdeb04f93a41b7ebd76bb9..8a4f4f075a6e2e90039b172242097a4eca48d60b:/f%23-fringe.fs diff --git a/f#-fringe.fs b/f#-fringe.fs index 45d011b..cc00318 100644 --- a/f#-fringe.fs +++ b/f#-fringe.fs @@ -1,4 +1,4 @@ -/// -*-fsharp-mode-*- +/// -*- mode: fsharp-mode; indent-tabs-mode: nil -*- /// /// F# implementation of a `same-fringe' solver. @@ -114,5 +114,5 @@ let main args = | exc -> fprintf stderr "%s: %s\n" program_name exc.Message 1 - + ///----- That's all, folks --------------------------------------------------