From ba0f17d9e454467de196c3ccd5cdd0cd4ac0f1e1 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:48:49 +0300 Subject: [PATCH] typo --- doc/style_guide.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/style_guide.md b/doc/style_guide.md index d2ad23f..683cb30 100644 --- a/doc/style_guide.md +++ b/doc/style_guide.md @@ -12,7 +12,6 @@ This repo uses [Effective Dart Style](https://dart.dev/guides/language/effective - [Place elements used within one logical group in the _shared_ folder inside this group folder](#place-elements-used-within-one-logical-group-in-the-shared-folder-inside-this-group-folder) - [Always place component in its own folder](#always-place-component-in-its-own-folder) - [Formatting](#formatting) - - [Prefer maximum line length of 120 characters](#prefer-maximum-line-length-of-120-characters) - [Omit trailing comma after single parameter](#omit-trailing-comma-after-single-parameter) ## Folder structure guidelines @@ -118,10 +117,6 @@ components/ ## Formatting -### Prefer maximum line length of 120 characters - -Just an alteration of the Style guide [rule](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#prefer-a-maximum-line-length-of-80-characters) changing the maximum line length from 80 to 120 characters. - ### Omit trailing comma after single parameter ```dart