Tell me about code style #256
Closed
xpwmaosldk
started this conversation in
General
Replies: 2 comments
-
Here is my VScode setup for Dart "[dart]": {
"editor.formatOnSave": true,
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false,
"editor.defaultFormatter": "Dart-Code.dart-code"
},
"dart.lineLength": 120, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I actually change the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @alextran1502 and contributors
I am contributing to mobile.
But every time I open a pull request, I am worried that the style of the original source code will be ruined.
I would like to contribute more to this project
In order to do that, I think we have to match the code style.
If you tell me about the rules that apply to mobile source code, I will match them.
Cheers for this project!
Beta Was this translation helpful? Give feedback.
All reactions