aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-11-28 17:12:22 +0100
committerGitHub <noreply@github.com>2021-11-28 17:12:22 +0100
commit64f4480926e9af41c54b0051c784e5e3c7e6db7a (patch)
treea3e346e675a97a4b226284221c940495b69d4bd4 /README.md
parent016ba5838f17c619da09b497e28269594b7393d2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9f0a66..e00f090 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,11 @@ Example of ols.json:
"enable_semantic_tokens": false,
"enable_document_symbols": true,
"enable_hover": true,
- "enable_format": true
+ "enable_format": true,
+ "formatter": {
+ "tabs": true,
+ "characters": 90
+ }
}
```