Skip to content

Commit 545d7ea

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

File tree

1,204 files changed

+12060
-4015
lines changed

Some content is hidden

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

1,204 files changed

+12060
-4015
lines changed

.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}

0 commit comments

Comments
 (0)