Skip to content

Commit 85a3c3f

Browse files
Merge branch 'cursorless-dev:main' into main
2 parents 687bd4c + a9affbb commit 85a3c3f

1,088 files changed

Lines changed: 2508 additions & 745 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/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.method.multiLine.scope renamed to data/fixtures/scopes/c/argument/argument.actual.method.multiLine.scope

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

data/fixtures/scopes/c/argument.actual.singleLine.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.formal.multiLine.scope renamed to data/fixtures/scopes/c/argument/argument.formal.multiLine.scope

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)