Skip to content

Commit 893790d

Browse files
committed
Reformat custom code
1 parent 192fa72 commit 893790d

File tree

9 files changed

+1085
-1087
lines changed

9 files changed

+1085
-1087
lines changed

.fernignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.github/workflows/ci.yml
66

77
.gitignore
8+
.prettierignore
89
.prettierrc.yml
910

1011
# Our own license

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ignore everything
2+
*
3+
!*/
4+
5+
# Allow only TypeScript files
6+
!*.ts
7+
!*.tsx

.prettierrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bracketSameLine: false
22
printWidth: 120
33
singleAttributePerLine: true
4-
tabWidth: 2
4+
tabWidth: 4
55
trailingComma: all

src/api/resources/proxy/client/Client.ts

Lines changed: 449 additions & 459 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)