aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-17 03:34:41 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-17 03:34:43 +0200
commite4cc9c03bf2578cbe2b8c9e909e9803ff856dd9d (patch)
tree88f9a2c72c678ff0df966769efb67184604c9ea1 /.vscode/settings.json
parent528a61c86876de814ff4e65855926a750ba24587 (diff)
Fix url parsing in text, sort messages by timestamp
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..7a10503
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,9 @@
+{
+ "files.associations": {
+ "*.ipp": "cpp",
+ "hash_map": "cpp",
+ "hash_set": "cpp",
+ "*.tcc": "cpp",
+ "string_view": "cpp"
+ }
+} \ No newline at end of file