私は崇高なテキストJavascriptを美しくpluginを使用しようとしています、そしてそれは私が設定値以下に変更する必要が言う:崇高なテキストを編集する場所js美化設定?
まさに私は崇高なテキストでこの変更を行う必要はありません{
"indent_size": 4,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
// jsbeautify options
"format_on_save": true
}
?
おそらく@メニュー/設定/ PackageSettings/JavaScriptBeautify /設定 - ユーザー – Enteleform
ありがとうございました!ありがとうございます –