Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba46b43

Browse files
committed
add VSCode workspace setting to enforce autoformatting
1 parent 62e9aed commit ba46b43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"editor.formatOnSave": true,
3+
"editor.formatOnType": true,
4+
"editor.formatOnPaste": true,
5+
"editor.detectIndentation": false,
6+
"editor.tabSize": 2,
27
"cSpell.words": [
38
"Codewars",
49
"Maartje",

0 commit comments

Comments
 (0)