Force newline at end of file in VSCode config.
This commit is contained in:
parent
19fc7cddf1
commit
e64ee5864e
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,5 +1,8 @@
|
||||||
// Place your settings in this file to overwrite default and user settings.
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
{
|
{
|
||||||
|
// Newline at EOF.
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
|
||||||
// Configure glob patterns for excluding files and folders.
|
// Configure glob patterns for excluding files and folders.
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
|
|
Loading…
Reference in a new issue