adguard-home-manager/.vscode/settings.json
2025-01-22 14:41:04 +01:00

21 lines
No EOL
530 B
JSON

{
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.defaultFormatter": "Dart-Code.flutter",
"dart.lineLength": 120,
"[dart]": {
"editor.rulers": [
120
],
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false
},
"cSpell.ignorePaths": [
"/pubspec.yaml",
"/.github/workflows"
],
"dart.flutterRunAdditionalArgs": [ "--no-enable-impeller" ]
}