aboutsummaryrefslogtreecommitdiff
path: root/tests/.vscode/settings.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-07-20 23:34:50 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:50:13 +0200
commitab80c5bbc86d45032564b73757e8b09c5ad4f798 (patch)
treee59f69aa55a486750bee744a80df29b6c19ef88a /tests/.vscode/settings.json
parent3dd30d705bf9ec6ca8973483100258655cd357f4 (diff)
Initial commit
Diffstat (limited to 'tests/.vscode/settings.json')
-rw-r--r--tests/.vscode/settings.json8
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