refactor(vscode): add ignoreTrimWhitespace to the settings
This commit is contained in:
parent
12e2d3e841
commit
bb5eb593b3
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"terminal.integrated.fontFamily": "'LigaFreeMono' ,monospace, 'Droid Sans Fallback'",
|
||||
"terminal.integrated.fontSize": 14,
|
||||
"php.suggest.basic": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"vscode-neovim.neovimPath": "/usr/bin/nvim",
|
||||
// Vim plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue