mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-19 13:29:12 +00:00
21 lines
No EOL
530 B
JSON
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" ]
|
|
} |