update: Enable show-whitespace plugin

This commit is contained in:
Mathis Gauthey
2024-01-04 10:36:27 +01:00
parent 89a5a5549d
commit 0b38305751

View File

@@ -1,9 +1,9 @@
{
"enabled": false,
"enabled": true,
"showNewline": true,
"showTab": true,
"showSpace": true,
"showSingleSpace": true,
"showTrailingSpace": true,
"showStrictLineBreak": false
"showStrictLineBreak": true
}