Skip to content

Commit 86b12b6

Browse files
authored
Format consecutive comments (#127)
Signed-off-by: David Vulakh <[email protected]>
1 parent a2b2800 commit 86b12b6

File tree

96 files changed

+1015
-1025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1015
-1025
lines changed

bench/bench.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
open Bechamel
1313
open Toolkit

bin/ocamlformat-rpc/main.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
(** OCamlFormat-RPC *)
1313

bin/ocamlformat-rpc/main.mli

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)

bin/ocamlformat/main.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
(** OCamlFormat *)
1313

bin/ocamlformat/main.mli

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)

lib-rpc-server/ocamlformat_rpc.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
open Ocamlformat_lib
1313
open Ocamlformat_stdlib

lib-rpc/IO.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
module type S = sig
1313
(** Defines the blocking interface for reading and writing to Cohttp

lib-rpc/ocamlformat_rpc_lib.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
type format_args = Protocol.format_args =
1313
{path: string option; config: (string * string) list option}

lib-rpc/ocamlformat_rpc_lib.mli

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
(** OCamlformat RPC API.
1313

lib-rpc/protocol.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(**************************************************************************)
2-
(* *)
3-
(* OCamlFormat *)
4-
(* *)
5-
(* Copyright (c) Facebook, Inc. and its affiliates. *)
6-
(* *)
7-
(* This source code is licensed under the MIT license found in *)
8-
(* the LICENSE file in the root directory of this source tree. *)
9-
(* *)
10-
(**************************************************************************)
1+
(**************************************************************************
2+
* *
3+
* OCamlFormat *
4+
* *
5+
* Copyright (c) Facebook, Inc. and its affiliates. *
6+
* *
7+
* This source code is licensed under the MIT license found in *
8+
* the LICENSE file in the root directory of this source tree. *
9+
* *
10+
**************************************************************************)
1111

1212
type format_args =
1313
{path: string option; config: (string * string) list option}

0 commit comments

Comments
 (0)