mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
typo
This commit is contained in:
parent
47bc42b0af
commit
ba0f17d9e4
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue