adopt css formatter

This commit is contained in:
Martin Aeschlimann 2022-03-31 15:12:17 +02:00
parent d001070938
commit 290a62d727
No known key found for this signature in database
GPG key ID: 2609A01E695523E3
8 changed files with 181 additions and 81 deletions

View file

@ -27,11 +27,11 @@ export interface CompletionConfiguration {
export interface Options {
/**
* If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.
* Settings for the HTML formatter.
*/
readonly format?: HTMLFormatConfiguration;
/**
* A list of known schemas and/or associations of schemas to file names.
* Code completion settings.
*/
readonly suggest?: CompletionConfiguration;
/**