{
  "extensions.ignoreRecommendations": true,
  "git.autofetch": true,
  "git.confirmSync": false,
  "editor.minimap.enabled": true,
  "typescript.updateImportsOnFileMove.enabled": "always",
  "git.enableSmartCommit": true,
  "workbench.editor.enablePreview": false,
  "workbench.startupEditor": "newUntitledFile",
  "editor.formatOnPaste": false,
  "editor.formatOnSave": false,
  "editor.formatOnType": false,
  "editor.tabCompletion": "onlySnippets",
  "editor.wordWrap": "on",
  "workbench.list.horizontalScrolling": true,
  "editor.renderControlCharacters": true,
  "workbench.editor.highlightModifiedTabs": true,
  "files.exclude": {
    "**/__pycache__": true,
    "**/*.pyc": true
  },
  "editor.suggestSelection": "first",
  "javascript.updateImportsOnFileMove.enabled": "always",
  "[cpp]": {
    "editor.defaultFormatter": "xaver.clang-format"
  },
  "files.autoSaveDelay": 1,
  "explorer.confirmDragAndDrop": false,
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "C_Cpp.errorSquiggles": "Enabled",
  "C_Cpp.loggingLevel": "Warning",
  "C_Cpp.updateChannel": "Insiders",
  "editor.lineHeight": 0,
  "editor.fontSize": 10,
  "files.autoSave": "onWindowChange",
  "python.languageServer": "Pylance",
  "python.linting.maxNumberOfProblems": 20,
  "python.insidersChannel": "off",
  "python.linting.pylintArgs": [
    "--extension-pkg-whitelist=cv2,numpy,torch",
    "--disable=invalid-name, missing-docstring, too-many-instance-attributes, line-too-long, too-few-public-methods, too-many-locals, bare-except, broad-except, wildcard-import, unused-wildcard-import, relative-beyond-top-level"
  ],
  "diffEditor.ignoreTrimWhitespace": false,
  "cSpell.enabled": false,
  "cSpell.userWords": [
    "TODOUFUKEN",
    "anhnv",
    "arma",
    "cifar",
    "cifar h",
    "convolutional",
    "coursera",
    "csimile",
    "deque",
    "discretize",
    "extract",
    "extract infor",
    "funcs",
    "h",
    "imdecode",
    "imfeatures",
    "imread",
    "imshow",
    "imutils",
    "imwrite",
    "infor",
    "ipadic",
    "kalman",
    "keras",
    "kmeans",
    "lazer",
    "length",
    "mecab",
    "mnist",
    "moba",
    "neologd",
    "nlabels",
    "numpy",
    "owakati",
    "performant",
    "randn",
    "rects",
    "relu",
    "rlsa",
    "rlsa length",
    "romanji",
    "scipy",
    "shape",
    "sidx",
    "strftime",
    "strs",
    "tolist",
    "type",
    "type strs",
    "wlen",
    "xlsx"
  ],
  "editor.fontFamily": "Fira Code",
  "editor.fontLigatures": true,
  "workbench.iconTheme": "vscode-icons",
  "c-cpp-flylint.flexelint.enable": false,
  "cmake.configureOnOpen": false,
  "C_Cpp.clang_format_fallbackStyle": "Google",
  "C_Cpp.clang_format_style": "{BasedOnStyle: Google, PointerAlignment: Left, IncludeBlocks: Preserve, DerivePointerAlignment: false}",
  "C_Cpp.clang_format_sortIncludes": true,
  "C_Cpp.experimentalFeatures": "Enabled",
  "C_Cpp.workspaceSymbols": "All",
  "python.linting.mypyArgs": ["--ignore-missing-imports", "--show-column-numbers"],
  "window.titleBarStyle": "custom",
  "[yaml]": {
    "editor.insertSpaces": true,
    "editor.tabSize": 2,
    "editor.autoIndent": "advanced"
  },
  "python.analysis.completeFunctionParens": true,
  "python.analysis.diagnosticMode": "workspace",
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "[javascript]": {
    "editor.defaultFormatter": "Wscats.eno"
  },
  "remote.SSH.remotePlatform": {
    "BindAnydesk": "linux",
    "107.120.70.138": "linux",
    "localhost": "linux"
  },
  "settingsSync.ignoredExtensions": [],
  "terminal.integrated.inheritEnv": false,
  "terminal.integrated.fontFamily": "monospace",
  "[scss]": {
    "editor.defaultFormatter": "Wscats.eno"
  },
  "workbench.editorAssociations": {
    "*.ipynb": "jupyter.notebook.ipynb"
  },
  "markdown-pdf.headerTemplate": "",
  "markdown-pdf.displayHeaderFooter": false,
  "redhat.telemetry.enabled": false,
  "C_Cpp.intelliSenseEngineFallback": "Enabled",
  "clang-format.fallbackStyle": "{BasedOnStyle: Google, PointerAlignment: Left, IncludeBlocks: Preserve, DerivePointerAlignment: false}",
  "remote.WSL.debug": true,
  "clang-format.language.cpp.fallbackStyle": "Google",
  "clang-format.language.cpp.style": "Google",
  "clang-format.language.cuda.style": "Google",
  "terminal.integrated.defaultProfile.linux": "zsh",
  "terminal.integrated.profiles.osx": {
    "bash": {
      "path": "bash",
      "args": ["-l"],
      "icon": "terminal-bash"
    },
    "zsh": {
      "path": "zsh",
      "args": ["-l"]
    },
    "fish": {
      "path": "fish",
      "args": ["-l"]
    },
    "tmux": {
      "path": "tmux",
      "icon": "terminal-tmux"
    },
    "pwsh": {
      "path": "pwsh",
      "icon": "terminal-powershell"
    }
  },
  "terminal.integrated.profiles.linux": {
    "bash (migrated)": {
      "path": "bash",
      "args": []
    }
  },
  "security.workspace.trust.untrustedFiles": "open",
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "terminal.integrated.profiles.windows": {
    "C:\\Windows\\System32\\cmd.exe (migrated)": {
      "path": "C:\\Windows\\System32\\cmd.exe",
      "args": []
    }
  },
  "editor.inlineSuggest.enabled": true,
  "C_Cpp.autocompleteAddParentheses": true,
  "github.copilot.enable": {
    "*": true,
    "yaml": false,
    "plaintext": true,
    "markdown": true,
    "python": true
  },
  "[css]": {
    "editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
  },
  "window.zoomLevel": -1
}
