Skip to content

Commit 92a4f95

Browse files
committed
docs
1 parent dd2b560 commit 92a4f95

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/configuration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ Client editors can pass custom settings when sending the `initialize` request vi
1515
}
1616
```
1717

18-
### Config file (convenient for users)
18+
### Local Config file (convenient for users)
1919

2020
`.eca/config.json`
21+
```javascript
22+
{
23+
"chatBehavior": "chat"
24+
}
25+
```
26+
27+
### Global config file (convenient for users and multiple projects)
2128

29+
`~/.config/eca/config.json`
2230
```javascript
2331
{
2432
"chatBehavior": "chat"

0 commit comments

Comments
 (0)