Skip to content

Commit

Permalink
Merge pull request #795 from MetaCoq/trim-trainling-whitespace-for-real
Browse files Browse the repository at this point in the history
Trim trailing whitespace, this time enabled instead of disabled
  • Loading branch information
mattam82 committed Dec 15, 2022
2 parents 692584a + 1739af9 commit 486d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/metacoq.code-workspace
Expand Up @@ -25,6 +25,6 @@
],

// When enabled, will trim trailing whitespace when saving a file.
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": true
}
}

0 comments on commit 486d222

Please sign in to comment.