Skip to content

Commit 33888e8

Browse files
authored
Enable git signoff (#2369)
* Convert tabs to spaces Signed-off-by: Frederik Claus <[email protected]>
1 parent 7ed0798 commit 33888e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.vscode/settings.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"files.exclude": {
4-
"out": false // set this to true to hide the "out" folder with the compiled JS files
5-
},
6-
"search.exclude": {
7-
"out": true // set this to false to include "out" folder in search results
8-
},
3+
"files.exclude": {
4+
"out": false // set this to true to hide the "out" folder with the compiled JS files
5+
},
6+
"search.exclude": {
7+
"out": true // set this to false to include "out" folder in search results
8+
},
99
"typescript.tsdk": "./node_modules/typescript/lib",
10+
"git.alwaysSignOff": true,
1011
"vsicons.presets.angular": false // we want to use the TS server from our node_modules folder to control its version
1112
}

0 commit comments

Comments
 (0)