Skip to content

Commit 5fbbbec

Browse files
committed
Adjust default setting value in schema
1 parent e8a3aa3 commit 5fbbbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/schemas/als-settings-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"useGnatformat": {
4747
"type": "boolean",
48-
"default": false,
48+
"default": true,
4949
"markdownDescription": "Enable GNATformat as the formatting provider for Ada source files."
5050
},
5151
"onTypeFormatting": {

0 commit comments

Comments
 (0)