mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
Make VSCode default to unix line endings
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"files.eol": "\n"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user