From 1a87bcf8608a31454780a7de7f5fee6b5a20d561 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 1 Oct 2021 22:58:05 -0700 Subject: [PATCH] remove guidance of 100 line width --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 3d33a40..b312869 100644 --- a/README.md +++ b/README.md @@ -277,19 +277,6 @@ These controls are accessible on the `RemoteTrackPublication` object. For more info, see [Subscriber controls](https://docs.livekit.io/guides/room/receive#subscriber-controls). -## Development - -The project is configured to lint with line length of 100. If using VS Code, set the following in your `settings.json` - -```json -"dart.lineLength": 100, -"[dart]": { - "editor.rulers": [ - 100 - ] -} -``` - ## License Apache License 2.0