Skip to content

Commit

Permalink
syte: format
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyin committed Nov 17, 2023
1 parent b68668a commit 37aa6ed
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
15 changes: 8 additions & 7 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@
version: 0.1
cli:
version: 1.17.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.2.6
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- [email protected]
- [email protected]
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
actions:
disabled:
- trunk-announce
- trunk-check-pre-push
- trunk-fmt-pre-commit
enabled:
- trunk-upgrade-available
- [email protected]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proto:
protoc --go_out=. pb/*.proto

build-linux: clean
wails build -platform linux/amd64 -ldflags \
CGO_ENABLED=0 wails build -platform linux/amd64 -ldflags \
"-X 'github.com/xuender/kit/oss.Version=${VERSION}' \
-X 'github.com/xuender/kit/oss.BuildTime=${BUILD_TIME}'"

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/ack/ack.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<ion-badge slot="start">{{ m.row }}</ion-badge>
<ion-label [innerHTML]="html(m)"></ion-label>
</ion-item>
</ion-item-group>
</ion-item-group>
8 changes: 6 additions & 2 deletions frontend/src/app/code/code.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
<ion-title size="large">{{ file }}</ion-title>
</ion-toolbar>
</ion-header>
<ngx-monaco-editor [options]="options" [(ngModel)]="code" (init)="editorInit($event)"></ngx-monaco-editor>
</ion-content>
<ngx-monaco-editor
[options]="options"
[(ngModel)]="code"
(init)="editorInit($event)"
></ngx-monaco-editor>
</ion-content>

0 comments on commit 37aa6ed

Please sign in to comment.