-
Notifications
You must be signed in to change notification settings - Fork 98
/
.ocamlformat-ignore
57 lines (55 loc) · 1.57 KB
/
.ocamlformat-ignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Files that are preprocessed with pp_rewrite contain invalid syntax
# and therefore must be excluded from the ocamlformat parsing
astlib/location.ml
astlib/longident.ml
astlib/astlib.ml
astlib/ast_402.ml
astlib/ast_403.ml
astlib/ast_404.ml
astlib/ast_405.ml
astlib/ast_406.ml
astlib/ast_407.ml
astlib/ast_408.ml
astlib/ast_409.ml
astlib/ast_410.ml
astlib/ast_411.ml
astlib/ast_412.ml
astlib/ast_413.ml
astlib/ast_414.ml
astlib/ast_501.ml
astlib/ast_502.ml
astlib/ast_503.ml
# Files that use cinaps to generate code blocks from other code blocks work well,
# but files that inject freely formatted code via cinaps must be excluded
ast/versions.ml
ast/versions.mli
ast/import.ml
astlib/migrate_414_500.ml
astlib/migrate_500_414.ml
# Currently our expect-test lexer is too strict for our expect tests to
# work well with ocamlformat
test/base/test.ml
test/base/test_510.ml
test/code_path/test.ml
test/code_path/test_510.ml
test/deriving/test.ml
test/deriving/test_510.ml
test/driver/attributes/test.ml
test/driver/attributes/test_510.ml
test/driver/instrument/test.ml
test/driver/non-compressible-suffix/test.ml
test/driver/transformations/test.ml
test/driver/transformations/test_412.ml
test/driver/transformations/test_510.ml
test/expand-header-and-footer/test.ml
test/expansion_helpers/mangle/test.ml
test/expansion_inside_payloads/test.ml
test/extensions_and_deriving/test.ml
test/extensions_and_deriving/test_510.ml
test/location/exception/test.ml
test/metaquot/test.ml
test/metaquot/test_510.ml
test/ppx_import_support/test.ml
test/quoter/test.ml
test/traverse/test.ml
test/type_is_recursive/test.ml