Skip to content

Commit e161223

Browse files
committed
chore: prevent VSCode formatting conflicts
Multiple blank lines were getting automatically added to end of some YAML files.
1 parent e0e57f6 commit e161223

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hugo-blox-builder.code-workspace

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
}
66
],
77
"settings": {
8+
"files.trimFinalNewlines": true,
9+
"editor.formatOnSaveMode": "modificationsIfAvailable",
10+
"yaml.format.enable": false,
11+
812
"files.exclude": {
913
"**/node_modules/**": true,
1014
"**/public/**": true,

0 commit comments

Comments
 (0)