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 Oct 7, 2022
1 parent 3fc40fe commit 568f7d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 Expand Up @@ -168,5 +168,6 @@
"files.trimFinalNewlines": true,
"C_Cpp.default.cppStandard": "gnu++14",
"C_Cpp.default.cStandard": "gnu11",
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
"editor.formatOnSaveMode": "modifications"
}

0 comments on commit 568f7d4

Please sign in to comment.