Skip to content

Commit

Permalink
Pull request project-chip#84: Disable VSCode auto formatting
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from disable_auto_formatting to silabs

Squashed commit of the following:

commit 4db343a048dc29cdcfa311d07bbb04ccfc663dd5
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Thu Sep 8 14:19:55 2022 -0400

    Disable VSCode auto formatting
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed Aug 22, 2023
1 parent 12f7dc3 commit c9d017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"**/third_party/**": true
},
"files.eol": "\n",
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"better-comments.tags": [
{
"tag": "!",
Expand Down

0 comments on commit c9d017e

Please sign in to comment.