feat: update flake.lock and disable auto-formatting in VSCode settings
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
"[dart]": {
|
||||
// Automatically format code on save and during typing of certain characters
|
||||
// (like `;` and `}`).
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnType": false,
|
||||
|
||||
// Draw a guide line at 80 characters, where Dart's formatting will wrap code.
|
||||
"editor.rulers": [80],
|
||||
|
Reference in New Issue
Block a user