See #405, #782. Improve description of Beautify Entire File On Save option

This commit is contained in:
Glavin Wiechert 2016-03-21 13:48:19 -03:00
parent 9d88fe880d
commit ba25e1bce3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module.exports = {
title: "Beautify Entire File On Save"
type : 'boolean'
default : true
description : "When beautifying on save, use the entire file, even if there is selected text in the editor"
description : "When beautifying on save, use the entire file, even if there is selected text in the editor. Important: The `beautify on save` option for the specific language must be enabled for this to be applicable. This option is not `beautify on save`."
muteUnsupportedLanguageErrors :
title: "Mute Unsupported Language Errors"
type : 'boolean'