Skip to content

Commit 0579a07

Browse files
committed
Spaces, not tabs
1 parent 82dfbfc commit 0579a07

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/.dir-locals.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
((fundamental-mode . ((indent-tabs-mode . nil))))

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
- id: compile
1616
uses: ./.github/actions/build-matrix
17-
with:
18-
platforms: "atari,apple2,adam,coco,c64,msdos"
19-
target: "disk"
17+
with:
18+
platforms: "atari,apple2,adam,coco,c64,msdos"
19+
target: "disk"

0 commit comments

Comments
 (0)