Skip to content

Commit 1d20a31

Browse files
committed
Set default indentation of GPR files in VS Code
1 parent bb54094 commit 1d20a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration/vscode/ada/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,10 @@
965965
"editor.tabSize": 3,
966966
"editor.detectIndentation": false
967967
},
968+
"[gpr]": {
969+
"editor.tabSize": 3,
970+
"editor.detectIndentation": false
971+
},
968972
"files.associations": {
969973
".als.json": "jsonc"
970974
}

0 commit comments

Comments
 (0)