Skip to content

Commit 843915d

Browse files
committed
Merge branch 'topic/adjust-setting-defaults' into 'master'
Adjust default setting value in schema See merge request eng/ide/ada_language_server!1919
2 parents e8a3aa3 + 5fbbbec commit 843915d

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)