Skip to content

Commit 545d7ea

Browse files
Merge branch 'main' into removeSwitchSubject
2 parents bd8f6ab + 76f5f03 commit 545d7ea

1,204 files changed

Lines changed: 12060 additions & 4015 deletions

File tree

Some content is hidden

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

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
NODE_OPTIONS: "--max-old-space-size=4096"
3535

3636
steps:
37+
- name: Git config
38+
run: git config --global core.autocrlf false
39+
3740
- name: Checkout repository
3841
uses: actions/checkout@v4
3942

data/fixtures/recorded/languages/talon/clearEveryValue5.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ initialState:
2323
finalState:
2424
documentContents: |-
2525
foo:
26-
26+
bar = 1
2727
2828
baz:
2929
selections:
30-
- anchor: {line: 1, character: 4}
31-
active: {line: 1, character: 4}
3230
- anchor: {line: 3, character: 5}
3331
active: {line: 3, character: 5}

data/fixtures/scopes/c/argument.actual.iteration.scope renamed to data/fixtures/scopes/c/argument/argument.actual.iteration.scope

File renamed without changes.

data/fixtures/scopes/c/argument.actual.method.iteration.scope renamed to data/fixtures/scopes/c/argument/argument.actual.method.iteration.scope

File renamed without changes.

data/fixtures/scopes/c/argument.actual.method2.scope renamed to data/fixtures/scopes/c/argument/argument.actual.method.multiLine.scope

File renamed without changes.

data/fixtures/scopes/c/argument.actual.method.scope renamed to data/fixtures/scopes/c/argument/argument.actual.method.singleLine.scope

File renamed without changes.

data/fixtures/scopes/c/argument.actual2.scope renamed to data/fixtures/scopes/c/argument/argument.actual.multiLine.scope

File renamed without changes.

data/fixtures/scopes/c/argument.actual.scope renamed to data/fixtures/scopes/c/argument/argument.actual.singleLine.scope

File renamed without changes.

data/fixtures/scopes/c/argument.formal.iteration.scope renamed to data/fixtures/scopes/c/argument/argument.formal.iteration.scope

File renamed without changes.

data/fixtures/scopes/c/argument.formal2.scope renamed to data/fixtures/scopes/c/argument/argument.formal.multiLine.scope

File renamed without changes.

0 commit comments

Comments
 (0)