{
  "editor.formatOnSave": true,
  "clang-format.executable": "clang-format",
  "clang-format.style": "file",
  "clang-format.fallbackStyle": "LLVM",
  "[cpp]": {
    "editor.defaultFormatter": "xaver.clang-format"
  },
  "editor.tabSize": 2,
  "files.associations": {
    "*.entxml": "xsl",
    "__node_handle": "cpp",
    "__split_buffer": "cpp",
    "array": "cpp",
    "deque": "cpp",
    "forward_list": "cpp",
    "list": "cpp",
    "map": "cpp",
    "queue": "cpp",
    "set": "cpp",
    "stack": "cpp",
    "string": "cpp",
    "string_view": "cpp",
    "unordered_map": "cpp",
    "vector": "cpp",
    "regex": "cpp",
    "exception": "cpp"
  }
}
