File size: 1,371 Bytes
c35cd37
 
1378843
 
c35cd37
 
 
1378843
 
c35cd37
 
 
 
 
 
f017d24
 
c35cd37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1378843
 
 
c35cd37
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "editor.codeActionsOnSave": {
        "source.organizeImports": "always",
        "source.unusedImports": "always"
    },
    "editor.detectIndentation": false,
    "editor.formatOnPaste": true,
    "editor.formatOnSave": true,
    "editor.formatOnSaveMode": "file",
    "editor.formatOnType": true,
    "editor.renderWhitespace": "all",
    "editor.rulers": [132],
    "files.trimTrailingWhitespace": true,
    "kubernetes-yaml-formatter-x.indentlessArrays": true,
    "kubernetes-yaml-formatter-x.retainLineBreaksSingle": true,
    "mypy.runUsingActiveInterpreter": true,
    "mypy.extraArguments": ["--explicit-package-bases", "--namespace-packages"],
    "python.analysis.importFormat": "relative",
    "python.analysis.autoFormatStrings": true,
    "python.analysis.autoImportCompletions": true,
    "ruff.organizeImports": true,

    "[json]": {
        "prettier.tabWidth": 4,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[jsonc]": {
        "prettier.tabWidth": 4,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[jsonl]": {
        "prettier.tabWidth": 4,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[python]": {
        "editor.defaultFormatter": "charliermarsh.ruff"
    },
    "[yaml]": {
        "editor.defaultFormatter": "kiliantyler.kubernetes-yaml-formatter-x"
    }
}