Skip to content

Commit 9f2da8c

Browse files
committed
chore: add editorconfig yaml
1 parent 285708f commit 9f2da8c

File tree

6 files changed

+60
-57
lines changed

6 files changed

+60
-57
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010
max_line_length = off
11+
12+
[*.{yaml,yml}]
13+
indent_size = 2

.github/dependabot.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
4-
directories:
5-
- /
6-
schedule:
7-
interval: weekly
8-
day: monday
9-
time: 00:00
10-
timezone: UTC
11-
open-pull-requests-limit: 5
3+
- package-ecosystem: npm
4+
directories:
5+
- /
6+
schedule:
7+
interval: weekly
8+
day: monday
9+
time: 00:00
10+
timezone: UTC
11+
open-pull-requests-limit: 5

cli.config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
releasable: true
22

33
docs:
4-
location: /docs
4+
location: /docs
55

6-
externalTypes:
7-
- softvisio-node/core
8-
- softvisio-node/result
6+
externalTypes:
7+
- softvisio-node/core
8+
- softvisio-node/result

resources/webpack-components/firebase-messaging-worker/config.schema.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
- $id: config
1212
type: object
1313
properties:
14-
firebase:
15-
anyOf:
16-
- { type: "null" }
17-
- type: object
18-
properties:
19-
web:
20-
anyOf:
21-
- type: "null"
22-
- type: object
23-
properties:
24-
apiKey: { type: string }
25-
authDomain: { type: string }
26-
projectId: { type: string }
27-
storageBucket: { type: string }
28-
messagingSenderId: { type: string }
29-
appId: { type: string }
14+
firebase:
15+
anyOf:
16+
- { type: "null" }
17+
- type: object
18+
properties:
19+
web:
20+
anyOf:
21+
- type: "null"
22+
- type: object
23+
properties:
24+
apiKey: { type: string }
25+
authDomain: { type: string }
26+
projectId: { type: string }
27+
storageBucket: { type: string }
28+
messagingSenderId: { type: string }
29+
appId: { type: string }
3030

31-
additionalProperties: false
32-
required: [apiKey, authDomain, projectId, storageBucket, messagingSenderId, appId]
31+
additionalProperties: false
32+
required: [apiKey, authDomain, projectId, storageBucket, messagingSenderId, appId]
3333

34-
additionalProperties: false
34+
additionalProperties: false

resources/webpack-components/main/config.schema.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
- $id: config
1212
type: object
1313
properties:
14-
apiUrl: { type: string, format: uri-reference }
14+
apiUrl: { type: string, format: uri-reference }
1515

16-
title: { type: string }
17-
titleIcon: { type: ["null", string] }
16+
title: { type: string }
17+
titleIcon: { type: ["null", string] }
1818

19-
locales: { type: array, items: { type: string, format: locale }, uniqueItems: true }
20-
defaultLocale:
21-
antOf:
22-
- type: "null"
23-
- { type: string, format: locale }
24-
detectLocaleByClientIpAddress: { type: boolean }
19+
locales: { type: array, items: { type: string, format: locale }, uniqueItems: true }
20+
defaultLocale:
21+
antOf:
22+
- type: "null"
23+
- { type: string, format: locale }
24+
detectLocaleByClientIpAddress: { type: boolean }
2525

26-
pushNotifications:
27-
type: object
28-
properties:
29-
guestEnabled: { type: boolean }
30-
userEnabled: { type: boolean }
26+
pushNotifications:
27+
type: object
28+
properties:
29+
guestEnabled: { type: boolean }
30+
userEnabled: { type: boolean }
3131

32-
additionalProperties: false
33-
required: [guestEnabled, userEnabled]
32+
additionalProperties: false
33+
required: [guestEnabled, userEnabled]
3434

3535
required: [title]

resources/webpack-components/main/config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ env:
33
build:
44

55
config:
6-
apiUrl: /api/
6+
apiUrl: /api/
77

8-
title: ~
9-
titleIcon: ~
8+
title: ~
9+
titleIcon: ~
1010

11-
locales: ~
12-
defaultLocale: ~
13-
detectLocaleByClientIpAddress: true
11+
locales: ~
12+
defaultLocale: ~
13+
detectLocaleByClientIpAddress: true
1414

15-
pushNotifications:
16-
guestEnabled: false
17-
userEnabled: false
15+
pushNotifications:
16+
guestEnabled: false
17+
userEnabled: false

0 commit comments

Comments
 (0)