diff --git a/assets/settings/default.json b/assets/settings/default.json index c241da9a9653b2fb0b532f02714baf0d20d222bb..16f543f7733c7bb863c974aa1af3aec9eeb4ec4c 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -230,11 +230,11 @@ // Possible values: // - "off" — no diagnostics are allowed // - "error" - // - "warning" (default) + // - "warning" // - "info" // - "hint" - // - null — allow all diagnostics - "diagnostics_max_severity": "warning", + // - null — allow all diagnostics (default) + "diagnostics_max_severity": null, // Whether to show wrap guides (vertical rulers) in the editor. // Setting this to true will show a guide at the 'preferred_line_length' value // if 'soft_wrap' is set to 'preferred_line_length', and will show any