mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-27 09:50:40 +00:00
Merge branch 'feature/ML-12' of https://github.com/vodemn/m3_lightmeter into feature/ML-12
This commit is contained in:
commit
77d1d2d027
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# M3 Lightmeter repo style guide
|
||||||
|
|
||||||
This repo uses [Effective Dart Style](https://dart.dev/guides/language/effective-dart/style) and [Style guide for Flutter repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#formatting) with some alterations.
|
This repo uses [Effective Dart Style](https://dart.dev/guides/language/effective-dart/style) and [Style guide for Flutter repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#formatting) with some alterations.
|
||||||
|
|
||||||
|
@ -136,4 +137,4 @@ const SizedBox(
|
||||||
width: 16.0,
|
width: 16.0,
|
||||||
height: 16.0,
|
height: 16.0,
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue