Skip to content

Commit b3e8236

Browse files
committed
fix(metadata): Standardize indentation in .rr.yaml for improved readability.
1 parent 9b17fbc commit b3e8236

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

.rr.yaml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
version: "3"
22
rpc:
3-
listen: "tcp://127.0.0.1:6001"
3+
listen: "tcp://127.0.0.1:6001"
44
server:
5-
command: "php web/index.php"
6-
relay: pipes
7-
env:
8-
YII_C3: true
9-
YII_DEBUG: true
10-
YII_ENV: dev
5+
command: "php web/index.php"
6+
relay: pipes
7+
env:
8+
YII_C3: true
9+
YII_DEBUG: true
10+
YII_ENV: dev
1111
http:
12-
address: :8080
12+
address: :8080
1313

14-
ssl:
15-
address: :8443
16-
cert: "web/ssl/localhost.pem"
17-
key: "web/ssl/localhost-key.pem"
18-
redirect: true
14+
ssl:
15+
address: :8443
16+
cert: "web/ssl/localhost.pem"
17+
key: "web/ssl/localhost-key.pem"
18+
redirect: true
1919

20-
headers:
21-
response:
22-
"Cache-Control": "no-cache"
20+
headers:
21+
response:
22+
"Cache-Control": "no-cache"
2323

24-
middleware:
25-
- static # serve files first
26-
- gzip # compress dynamic output
24+
middleware:
25+
- static # serve files first
26+
- gzip # compress dynamic output
2727

28-
static:
29-
dir: web
30-
forbid:
31-
- .php
32-
- .htaccess
33-
pool:
34-
num_workers: 1
35-
supervisor:
36-
max_worker_memory: 100
28+
static:
29+
dir: web
30+
forbid:
31+
- .php
32+
- .htaccess
33+
pool:
34+
num_workers: 1
35+
supervisor:
36+
max_worker_memory: 100
3737
jobs:
38-
pool:
39-
num_workers: 2
40-
max_worker_memory: 100
41-
consume: {}
38+
pool:
39+
num_workers: 2
40+
max_worker_memory: 100
41+
consume: {}
4242
kv:
43-
local:
44-
driver: memory
45-
config:
46-
interval: 60
43+
local:
44+
driver: memory
45+
config:
46+
interval: 60
4747
metrics:
48-
address: "127.0.0.1:2112"
48+
address: "127.0.0.1:2112"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Bug #204: Add YAML front matter to configuration files for consistency (@terabytesoftw)
66
- Bug #210: Update `.editorconfig` and `.gitignore` for improved consistency and clarity (@terabytesoftw)
7+
- Bug #211: Standardize indentation in `.rr.yaml` for improved readability (@terabytesoftw)
78

89
## 0.1.2 October 8, 2025
910

0 commit comments

Comments
 (0)