-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: ocamlformat in JS-only files in lambda (#1882)
ocamlformat in JS-only files in lambda/ Co-authored-by: Zesen Qian <[email protected]>
- Loading branch information
1 parent
57eacdb
commit 386de39
Showing
12 changed files
with
586 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
profile=conventional | ||
if-then-else=k-r | ||
indicate-multiline-delimiters=closing-on-separate-line | ||
break-cases=all | ||
# Please make a pull request to change this file. | ||
disable=true | ||
# There is an .ocamlformat-enable file in this directory. | ||
# Keep the remainder of this file in sync with other .ocamlformat files in this repo. | ||
assignment-operator=begin-line | ||
cases-exp-indent=2 | ||
doc-comments=before | ||
dock-collection-brackets=false | ||
if-then-else=keyword-first | ||
module-item-spacing=sparse | ||
parens-tuple=multi-line-only | ||
sequence-blank-line=compact | ||
space-around-lists=false | ||
space-around-variants=false | ||
type-decl=sparse | ||
version=0.24.1 | ||
|
||
# The existing comments are hand-formatted and lose a lot of readability | ||
# if we wrap them. We should either convert the comments we care about to | ||
# doc comments, or make this same setting change everywhere. | ||
wrap-comments=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
assume_info.ml | ||
assume_info.mli | ||
transl_array_comprehension.ml | ||
transl_array_comprehension.mli | ||
transl_comprehension_utils.ml | ||
transl_comprehension_utils.mli | ||
transl_list_comprehension.ml | ||
transl_list_comprehension.mli | ||
translmode.ml | ||
translmode.mli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.