Skip to content

Commit

Permalink
Merge pull request #170 from ptr727/develop
Browse files Browse the repository at this point in the history
Settings
ptr727 authored Jul 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 58efe5c + be1d99b commit 494b177
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NxWitness.code-workspace
Original file line number Diff line number Diff line change
@@ -64,6 +64,22 @@
"wisenetwave",
"WORKDIR",
"xattr"
],
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"[plaintext]": {
"files.trimTrailingWhitespace": false
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderWhitespace": "boundary"
},
"extensions": {
"recommendations": [
"davidanson.vscode-markdownlint",
"gruntfuggly.todo-tree",
"streetsidesoftware.code-spell-checker",
]
}
}

0 comments on commit 494b177

Please sign in to comment.