Skip to content

Commit

Permalink
Merge branch 'simplify_external_scanner'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsidorenco committed Apr 1, 2024
2 parents 82ea166 + 295c638 commit d5011ea
Show file tree
Hide file tree
Showing 17 changed files with 301,273 additions and 628,708 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ indent_size = 4

[*.{c,cc,h}]
indent_style = space
indent_size = 4
indent_size = 2

[*.{py,pyi}]
indent_style = space
Expand Down
4 changes: 2 additions & 2 deletions examples/expressions.fs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
do
f 1
()
(let x = 1
x)
9 changes: 3 additions & 6 deletions examples/modules.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

module A =
()

module B =
()
[<A>]
module test =
let x = 4
3 changes: 0 additions & 3 deletions examples/types.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

type T =
{ A: int
B: int }

static member Default1 = { A = 1; B = 2 }
Loading

0 comments on commit d5011ea

Please sign in to comment.