feat: update flake.lock and disable auto-formatting in VSCode settings
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 44s
Python Lint Check / check-python (push) Failing after 10s

This commit is contained in:
2025-03-31 21:13:01 +02:00
parent 4d600a12d3
commit d7becf1b0b
2 changed files with 11 additions and 11 deletions

View File

@ -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],