aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-04-06 17:31:38 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-04-06 17:31:38 +0200
commit03748610041bcc8ec7a7743e9a5fb35c06731fa0 (patch)
tree8289f2e21c80dcbfbafbc5150bd109bcb40aca7c /.vscode/settings.json
parent8be7919774250cca23151bf1505cbb48d1dd45ee (diff)
printing strings coming to YOUR screen!
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d027762..55d7b04 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,5 +8,9 @@
}
},
"cmake.configureOnOpen": false,
- "files.eol": "\n"
+ "files.eol": "\n",
+ "files.associations": {
+ "entity.h": "c",
+ "shop.h": "c"
+ }
}