Skip to content

Commit d2a86b1

Browse files
committed
Fix broken indent
1 parent 0d3cf74 commit d2a86b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.github/workflows/test-integration-v2*
22
docs/about/features.md
3+
docs/ref/configuration.md
34
docs/ref/remote-cli.md

docs/ref/configuration.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
- Headscale loads its configuration from a YAML file
44
- It searches for `config.yaml` in the following paths:
5-
- `/etc/headscale`
6-
- `$HOME/.headscale`
7-
- the current working directory
5+
- `/etc/headscale`
6+
- `$HOME/.headscale`
7+
- the current working directory
88
- Use the command line flag `-c`, `--config` to load the configuration from a different path
99
- Validate the configuration file with: `headscale configtest`
1010

0 commit comments

Comments
 (0)