1.0 KiB
1.0 KiB
{{#if title}} {{#linkify title}}{{title}}{{/linkify}} {{else}} {{#linkify @key}}{{@key}}
{{/linkify}} {{/if}}
{{#if beautifiers}}
Namespace: {{language.namespace}}
Key: {{key}}
{{else}}
Important: This option is only configurable from within Atom Beautify's setting panel.
{{/if}}
{{#if default}}
Default: {{default}}
{{/if}}
Type: {{type}}
{{#if enum}}
Enum: {{#each enum}} {{this}}
{{/each}}
{{/if}}
{{#if beautifiers}}
Supported Beautifiers: {{#each beautifiers}} {{#linkify this}}{{this}}
{{/linkify}} {{/each}}
{{/if}}
Description:
{{{description}}}
{{#if language}}
Example .jsbeautifyrc
Configuration
{{example-config this}}
{{else}} How to Configure
- You can open the Settings View by navigating to Edit > Preferences (Linux), Atom > Preferences (OS X), or File > Preferences (Windows).
- Go into Packages and search for "Atom Beautify" package.
- Find the option "{{title}}" and change it to your desired configuration.
{{/if}}