1
0
Fork 0

[code] Don't line-break YAML files

main
Sebastian Schulze 2021-08-20 13:49:08 +02:00
parent 0626360b76
commit d8cd139684
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ in
"workbench.colorTheme" = "Visual Studio Light";
"terminal.integrated.fontFamily" = "JetBrains Mono";
"editor.renderControlCharacters" = true;
"yaml.format.printWidth" = 250;
};
};