diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-28 15:28:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-28 15:28:51 +0200 |
commit | f20e55639c668a99ab61d9be107299f5506a3869 (patch) | |
tree | ccb525b994c04cc7bdd80f55673f8c5cf97ed5bf /.vscode/settings.json | |
parent | 265232d0ec91b457d882d0d0322e9d2f4b2cffac (diff) |
fix vscode configuration for windows
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
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" } |