diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-07-20 23:34:50 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-07-20 23:39:23 +0200 |
commit | 142a28cb61c530227833c092273ce9d188faf6a8 (patch) | |
tree | 1c9c30626f12f3d0f3d021934c350c0556b7401f /tests/.vscode/settings.json | |
parent | e1250f0525a16c5c409680f7c6acf735b4a8a416 (diff) |
Initial commit
Diffstat (limited to 'tests/.vscode/settings.json')
-rw-r--r-- | tests/.vscode/settings.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/.vscode/settings.json b/tests/.vscode/settings.json new file mode 100644 index 0000000..b8354d0 --- /dev/null +++ b/tests/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "array": "cpp", + "initializer_list": "cpp", + "string_view": "cpp", + "utility": "cpp" + } +}
\ No newline at end of file |