aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-28 15:28:51 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-28 15:28:51 +0200
commitf20e55639c668a99ab61d9be107299f5506a3869 (patch)
treeccb525b994c04cc7bdd80f55673f8c5cf97ed5bf /.vscode/settings.json
parent265232d0ec91b457d882d0d0322e9d2f4b2cffac (diff)
fix vscode configuration for windows
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0dadf29..d027762 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -7,5 +7,6 @@
"icon": "terminal-bash"
}
},
- "cmake.configureOnOpen": false
+ "cmake.configureOnOpen": false,
+ "files.eol": "\n"
}