diff --git a/docs/code/alphabetical_index.html b/docs/code/alphabetical_index.html index 3fb9fa7..de6b243 100644 --- a/docs/code/alphabetical_index.html +++ b/docs/code/alphabetical_index.html @@ -35,6 +35,11 @@ + + - + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/lua-beautifier/beautifier.coffee.html b/docs/code/file/src/beautifiers/lua-beautifier/beautifier.coffee.html new file mode 100644 index 0000000..d7c934d --- /dev/null +++ b/docs/code/file/src/beautifiers/lua-beautifier/beautifier.coffee.html @@ -0,0 +1,172 @@ + + + + + Atom-Beautify Documentation + + + + + +
+ +
+

+ File: + beautifier.coffee +

+ + + + + +
Defined in:src/beautifiers/lua-beautifier
+

Variables Summary

+
+
+ DEFAULT_INDENT + = +
+
+
'    '
+ +
+
+

Method Summary

+ +

Method Details

+
+
+

+ ~ +(void) +adjust_space(line) +
+

+ +
+
+

+ ~ +(void) +DEFAULT_WARN_FN(msg) +
+

+ +
+
+
+ + +
+ +
    +
    +
    +

    + Quickly fuzzy find classes, mixins, methods, file: +

    +
      +
    • + T + Open fuzzy finder dialog +
    • +
    +

    + Control the navigation frame: +

    +
      +
    • + L + Toggle list view +
    • +
    • + C + Show class list +
    • +
    • + I + Show mixin list +
    • +
    • + F + Show file list +
    • +
    • + M + Show method list +
    • +
    • + E + Show extras list +
    • +
    +

    + You can focus and blur the search input: +

    +
      +
    • + S + Focus search input +
    • +
    • + Esc + Blur search input +
    • +
    +
    + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/nginx-beautify.coffee.html b/docs/code/file/src/beautifiers/nginx-beautify.coffee.html new file mode 100644 index 0000000..6591958 --- /dev/null +++ b/docs/code/file/src/beautifiers/nginx-beautify.coffee.html @@ -0,0 +1,123 @@ + + + + + Atom-Beautify Documentation + + + + + +
    + +
    +

    + File: + nginx-beautify.coffee +

    + + + + + + + + + +
    Defined in:src/beautifiers
    + Classes: + + + NginxBeautify + +
    +
    + + +
    + +
      +
      +
      +

      + Quickly fuzzy find classes, mixins, methods, file: +

      +
        +
      • + T + Open fuzzy finder dialog +
      • +
      +

      + Control the navigation frame: +

      +
        +
      • + L + Toggle list view +
      • +
      • + C + Show class list +
      • +
      • + I + Show mixin list +
      • +
      • + F + Show file list +
      • +
      • + M + Show method list +
      • +
      • + E + Show extras list +
      • +
      +

      + You can focus and blur the search input: +

      +
        +
      • + S + Focus search input +
      • +
      • + Esc + Blur search input +
      • +
      +
      + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/prettier.coffee.html b/docs/code/file/src/beautifiers/prettier.coffee.html new file mode 100644 index 0000000..a49f78e --- /dev/null +++ b/docs/code/file/src/beautifiers/prettier.coffee.html @@ -0,0 +1,123 @@ + + + + + Atom-Beautify Documentation + + + + + +
      + +
      +

      + File: + prettier.coffee +

      + + + + + + + + + +
      Defined in:src/beautifiers
      + Classes: + + + Prettier + +
      +
      + + +
      + +
        +
        +
        +

        + Quickly fuzzy find classes, mixins, methods, file: +

        +
          +
        • + T + Open fuzzy finder dialog +
        • +
        +

        + Control the navigation frame: +

        +
          +
        • + L + Toggle list view +
        • +
        • + C + Show class list +
        • +
        • + I + Show mixin list +
        • +
        • + F + Show file list +
        • +
        • + M + Show method list +
        • +
        • + E + Show extras list +
        • +
        +

        + You can focus and blur the search input: +

        +
          +
        • + S + Focus search input +
        • +
        • + Esc + Blur search input +
        • +
        +
        + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/pybeautifier.coffee.html b/docs/code/file/src/beautifiers/pybeautifier.coffee.html new file mode 100644 index 0000000..870dea7 --- /dev/null +++ b/docs/code/file/src/beautifiers/pybeautifier.coffee.html @@ -0,0 +1,184 @@ + + + + + Atom-Beautify Documentation + + + + + +
        + +
        +

        + File: + pybeautifier.coffee +

        + + + + + + + + + +
        Defined in:src/beautifiers
        + Classes: + + + PythonBeautifier + +
        +

        Variables Summary

        +
        +
        + HOST + = +
        +
        +
        '127.0.0.1'
        + +
        +
        + PORT + = +
        +
        +
        36805
        + +
        +
        + MULTI_LINE_OUTPUT_TABLE + = +
        +
        +
        {
        +  'Grid': 0,
        +  'Vertical': 1,
        +  'Hanging Indent': 2,
        +  'Vertical Hanging Indent': 3,
        +  'Hanging Grid': 4,
        +  'Hanging Grid Grouped': 5,
        +  'NOQA': 6
        +}
        + +
        +
        +

        Method Summary

        + +

        Method Details

        +
        +
        +

        + ~ +(void) +format(data, formatters) +
        +

        + +
        +
        +
        + + +
        + +
          +
          +
          +

          + Quickly fuzzy find classes, mixins, methods, file: +

          +
            +
          • + T + Open fuzzy finder dialog +
          • +
          +

          + Control the navigation frame: +

          +
            +
          • + L + Toggle list view +
          • +
          • + C + Show class list +
          • +
          • + I + Show mixin list +
          • +
          • + F + Show file list +
          • +
          • + M + Show method list +
          • +
          • + E + Show extras list +
          • +
          +

          + You can focus and blur the search input: +

          +
            +
          • + S + Focus search input +
          • +
          • + Esc + Blur search input +
          • +
          +
          + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/terraformfmt.coffee.html b/docs/code/file/src/beautifiers/terraformfmt.coffee.html new file mode 100644 index 0000000..f442dcf --- /dev/null +++ b/docs/code/file/src/beautifiers/terraformfmt.coffee.html @@ -0,0 +1,123 @@ + + + + + Atom-Beautify Documentation + + + + + +
          + +
          +

          + File: + terraformfmt.coffee +

          + + + + + + + + + +
          Defined in:src/beautifiers
          + Classes: + + + Terraformfmt + +
          +
          + + +
          + +
            +
            +
            +

            + Quickly fuzzy find classes, mixins, methods, file: +

            +
              +
            • + T + Open fuzzy finder dialog +
            • +
            +

            + Control the navigation frame: +

            +
              +
            • + L + Toggle list view +
            • +
            • + C + Show class list +
            • +
            • + I + Show mixin list +
            • +
            • + F + Show file list +
            • +
            • + M + Show method list +
            • +
            • + E + Show extras list +
            • +
            +

            + You can focus and blur the search input: +

            +
              +
            • + S + Focus search input +
            • +
            • + Esc + Blur search input +
            • +
            +
            + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/verilog-mode/index.coffee.html b/docs/code/file/src/beautifiers/verilog-mode/index.coffee.html new file mode 100644 index 0000000..9dade34 --- /dev/null +++ b/docs/code/file/src/beautifiers/verilog-mode/index.coffee.html @@ -0,0 +1,125 @@ + + + + + Atom-Beautify Documentation + + + + + +
            + +
            +

            + File: + index.coffee +

            + + + + + + + + + +
            Defined in:src/beautifiers/verilog-mode
            + Classes: + + + EmacsVerilogMode + +
            +
            + + +
            + +
              +
              +
              +

              + Quickly fuzzy find classes, mixins, methods, file: +

              +
                +
              • + T + Open fuzzy finder dialog +
              • +
              +

              + Control the navigation frame: +

              +
                +
              • + L + Toggle list view +
              • +
              • + C + Show class list +
              • +
              • + I + Show mixin list +
              • +
              • + F + Show file list +
              • +
              • + M + Show method list +
              • +
              • + E + Show extras list +
              • +
              +

              + You can focus and blur the search input: +

              +
                +
              • + S + Focus search input +
              • +
              • + Esc + Blur search input +
              • +
              +
              + + \ No newline at end of file diff --git a/docs/code/file/src/beautifiers/vhdl-beautifier/index.coffee.html b/docs/code/file/src/beautifiers/vhdl-beautifier/index.coffee.html new file mode 100644 index 0000000..ac4d211 --- /dev/null +++ b/docs/code/file/src/beautifiers/vhdl-beautifier/index.coffee.html @@ -0,0 +1,125 @@ + + + + + Atom-Beautify Documentation + + + + + +
              + +
              +

              + File: + index.coffee +

              + + + + + + + + + +
              Defined in:src/beautifiers/vhdl-beautifier
              + Classes: + + + VhdlBeautifier + +
              +
              + + +
              + +
                +
                +
                +

                + Quickly fuzzy find classes, mixins, methods, file: +

                +
                  +
                • + T + Open fuzzy finder dialog +
                • +
                +

                + Control the navigation frame: +

                +
                  +
                • + L + Toggle list view +
                • +
                • + C + Show class list +
                • +
                • + I + Show mixin list +
                • +
                • + F + Show file list +
                • +
                • + M + Show method list +
                • +
                • + E + Show extras list +
                • +
                +

                + You can focus and blur the search input: +

                +
                  +
                • + S + Focus search input +
                • +
                • + Esc + Blur search input +
                • +
                +
                + + \ No newline at end of file diff --git a/docs/code/file/src/beautify.coffee.html b/docs/code/file/src/beautify.coffee.html index 395ba68..d9c34b8 100644 --- a/docs/code/file/src/beautify.coffee.html +++ b/docs/code/file/src/beautify.coffee.html @@ -193,7 +193,7 @@ return data; ~ (void) -beautify({editor, onSave}) +beautify({editor, onSave, language}) @@ -306,7 +306,7 @@ return data;

                ~ (void) -beautify({editor, onSave}) +beautify({editor, onSave, language})

                diff --git a/docs/code/file/src/config.coffee.html b/docs/code/file/src/config.coffee.html index 14d6be0..2e6535d 100644 --- a/docs/code/file/src/config.coffee.html +++ b/docs/code/file/src/config.coffee.html @@ -47,15 +47,9 @@ title: 'General', type: 'object', collapsed: true, - order: -1, + order: -2, description: 'General options for Atom Beautify', properties: { - analytics: { - title: 'Anonymous Analytics', - type: 'boolean', - "default": true, - description: "[Google Analytics](http://www.google.com/analytics/) is used to track what languages are being used the most and causing the most errors, as well as other stats such as performance. Everything is anonymized and no personal information, such as source code, is sent. See https://github.com/Glavin001/atom-beautify/issues/47 for more details." - }, _analyticsUserId: { title: 'Analytics User Id', type: 'string', @@ -86,6 +80,12 @@ type: 'boolean', "default": false, description: "Do not show any/all errors when they occur" + }, + showLoadingView: { + title: "Show Loading View", + type: 'boolean', + "default": true, + description: "Show loading view when beautifying" } } } diff --git a/docs/code/file/src/languages/bash.coffee.html b/docs/code/file/src/languages/bash.coffee.html index 48fec8b..c56c482 100644 --- a/docs/code/file/src/languages/bash.coffee.html +++ b/docs/code/file/src/languages/bash.coffee.html @@ -39,22 +39,6 @@

                Variables Summary

                -
                - scope - = -
                -
                -
                ['source.sh', 'source.bash']
                - -
                -
                - defaultIndentSize - = -
                -
                -
                (softTabs ? tabLength : 1)
                - -
                module.exports = @@ -63,6 +47,7 @@
                {
                   name: "Bash",
                   namespace: "bash",
                +  scope: ['source.sh', 'source.bash'],
                 
                   /*
                   Supported Grammars
                @@ -77,9 +62,14 @@
                   options: {
                     indent_size: {
                       type: 'integer',
                -      "default": defaultIndentSize,
                +      "default": null,
                       minimum: 0,
                       description: "Indentation size/length"
                +    },
                +    indent_with_tabs: {
                +      type: 'boolean',
                +      "default": null,
                +      description: "Indentation uses tabs, overrides `Indent Size` and `Indent Char`"
                     }
                   }
                 }
                diff --git a/docs/code/file/src/languages/coldfusion.coffee.html b/docs/code/file/src/languages/coldfusion.coffee.html index 3c399f3..dd24c63 100644 --- a/docs/code/file/src/languages/coldfusion.coffee.html +++ b/docs/code/file/src/languages/coldfusion.coffee.html @@ -39,30 +39,6 @@

                Variables Summary

                -
                - scope - = -
                -
                -
                ['text.html']
                - -
                -
                - defaultIndentSize - = -
                -
                -
                (softTabs ? tabLength : 1)
                - -
                -
                - defaultIndentChar - = -
                -
                -
                (softTabs ? " " : "\t")
                - -
                module.exports = @@ -72,6 +48,7 @@ name: "Coldfusion", description: "Coldfusion Markup; cfscript is also handled via the prettydiff javascript parser", namespace: "cfml", + scope: ['text.html'], /* Supported Grammars @@ -85,13 +62,13 @@ options: { indent_size: { type: 'integer', - "default": defaultIndentSize, + "default": null, minimum: 0, description: "Indentation size/length" }, indent_char: { type: 'string', - "default": defaultIndentChar, + "default": null, minimum: 0, description: "Indentation character" }, diff --git a/docs/code/file/src/languages/cpp.coffee.html b/docs/code/file/src/languages/cpp.coffee.html index 0a15fa8..10a95c3 100644 --- a/docs/code/file/src/languages/cpp.coffee.html +++ b/docs/code/file/src/languages/cpp.coffee.html @@ -56,7 +56,7 @@ /* Supported extensions */ - extensions: ["h", "hh", "cc", "cpp", "cxx", "C", "c++", "hpp", "hxx", "h++"], + extensions: ["h", "hh", "cc", "cpp", "cxx", "C", "cu", "c++", "hpp", "hxx", "h++", "cuh"], options: { configPath: { title: "Config Path", diff --git a/docs/code/file/src/languages/css.coffee.html b/docs/code/file/src/languages/css.coffee.html index efef729..b99bab9 100644 --- a/docs/code/file/src/languages/css.coffee.html +++ b/docs/code/file/src/languages/css.coffee.html @@ -39,34 +39,6 @@

                Variables Summary

                -
                - scope - = -
                -
                -
                ['source.css']
                -
                -

                Get Atom defaults

                -
                -
                -
                -
                -
                - defaultIndentSize - = -
                -
                -
                (softTabs ? tabLength : 1)
                - -
                -
                - defaultIndentChar - = -
                -
                -
                (softTabs ? " " : "\t")
                - -
                module.exports = @@ -75,6 +47,7 @@
                {
                   name: "CSS",
                   namespace: "css",
                +  scope: ['source.css'],
                 
                   /*
                   Supported Grammars
                @@ -93,13 +66,13 @@
                      */
                     indent_size: {
                       type: 'integer',
                -      "default": defaultIndentSize,
                +      "default": null,
                       minimum: 0,
                       description: "Indentation size/length"
                     },
                     indent_char: {
                       type: 'string',
                -      "default": defaultIndentChar,
                +      "default": null,
                       minimum: 0,
                       description: "Indentation character"
                     },
                @@ -152,13 +125,13 @@
                     no_lead_zero: {
                       type: 'boolean',
                       "default": false,
                -      description: "If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented."
                +      description: "If in CSS values leading 0s immediately preceding a decimal should be removed or prevented."
                     },
                     configPath: {
                       title: "comb custom config file",
                       type: 'string',
                       "default": "",
                -      description: "Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project."
                +      description: "Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project."
                     },
                     predefinedConfig: {
                       title: "comb predefined config",
                diff --git a/docs/code/file/src/languages/ejs.coffee.html b/docs/code/file/src/languages/ejs.coffee.html
                index 7a01901..c9c03f5 100644
                --- a/docs/code/file/src/languages/ejs.coffee.html
                +++ b/docs/code/file/src/languages/ejs.coffee.html
                @@ -53,12 +53,12 @@
                   /*
                   Supported Grammars
                    */
                -  grammars: ["JavaScript Template", "HTML (Angular)"],
                +  grammars: ["EJS", "JavaScript Template", "HTML (Angular)"],
                 
                   /*
                   Supported extensions
                    */
                -  extensions: [],
                +  extensions: ["ejs"],
                   options: []
                 }
                diff --git a/docs/code/file/src/languages/fortran.coffee.html b/docs/code/file/src/languages/fortran.coffee.html index a29a596..f642f41 100644 --- a/docs/code/file/src/languages/fortran.coffee.html +++ b/docs/code/file/src/languages/fortran.coffee.html @@ -56,7 +56,7 @@ /* Supported extensions */ - extensions: ["f90", "F90"], + extensions: ["f90", "F90", "f95", "F95", "f03", "F03", "f08", "F08"], /* */ diff --git a/docs/code/file/src/languages/gherkin.coffee.html b/docs/code/file/src/languages/gherkin.coffee.html index ac5b5e6..3d561ae 100644 --- a/docs/code/file/src/languages/gherkin.coffee.html +++ b/docs/code/file/src/languages/gherkin.coffee.html @@ -39,22 +39,6 @@

                Variables Summary

                -
                - defaultIndentSize - = -
                -
                -
                (softTabs ? tabLength : 1)
                - -
                -
                - defaultIndentChar - = -
                -
                -
                (softTabs ? " " : "\t")
                - -
                module.exports = @@ -63,18 +47,19 @@
                {
                   name: "gherkin",
                   namespace: "gherkin",
                +  scope: [],
                   grammars: ["Gherkin"],
                   extensions: ["feature"],
                   options: {
                     indent_size: {
                       type: 'integer',
                -      "default": defaultIndentSize,
                +      "default": null,
                       minimum: 0,
                       description: "Indentation size/length"
                     },
                     indent_char: {
                       type: 'string',
                -      "default": defaultIndentChar,
                +      "default": null,
                       minimum: 0,
                       description: "Indentation character"
                     }
                diff --git a/docs/code/file/src/languages/glsl.coffee.html b/docs/code/file/src/languages/glsl.coffee.html
                new file mode 100644
                index 0000000..e2ae1c8
                --- /dev/null
                +++ b/docs/code/file/src/languages/glsl.coffee.html
                @@ -0,0 +1,144 @@
                +
                +
                +  
                +  
                +  Atom-Beautify Documentation
                +  
                +  
                +  
                +
                +  
                +    
                + +
                +

                + File: + glsl.coffee +

                + + + + + +
                Defined in:src/languages
                +

                Variables Summary

                +
                +
                + module.exports + = +
                +
                +
                {
                +  name: "GLSL",
                +  namespace: "glsl",
                +
                +  /*
                +  Supported Grammars
                +   */
                +  grammars: ["C", "opencl", "GLSL"],
                +
                +  /*
                +  Supported extensions
                +   */
                +  extensions: ["vert", "frag"],
                +  options: {
                +    configPath: {
                +      type: 'string',
                +      "default": "",
                +      description: "Path to clang-format config file. i.e. clang-format.cfg"
                +    }
                +  }
                +}
                + +
                +
                +
                + + +
                + +
                  +
                  +
                  +

                  + Quickly fuzzy find classes, mixins, methods, file: +

                  +
                    +
                  • + T + Open fuzzy finder dialog +
                  • +
                  +

                  + Control the navigation frame: +

                  +
                    +
                  • + L + Toggle list view +
                  • +
                  • + C + Show class list +
                  • +
                  • + I + Show mixin list +
                  • +
                  • + F + Show file list +
                  • +
                  • + M + Show method list +
                  • +
                  • + E + Show extras list +
                  • +
                  +

                  + You can focus and blur the search input: +

                  +
                    +
                  • + S + Focus search input +
                  • +
                  • + Esc + Blur search input +
                  • +
                  +
                  + + \ No newline at end of file diff --git a/docs/code/file/src/languages/gn.coffee.html b/docs/code/file/src/languages/gn.coffee.html new file mode 100644 index 0000000..c9412ca --- /dev/null +++ b/docs/code/file/src/languages/gn.coffee.html @@ -0,0 +1,138 @@ + + + + + Atom-Beautify Documentation + + + + + +
                  + +
                  +

                  + File: + gn.coffee +

                  + + + + + +
                  Defined in:src/languages
                  +

                  Variables Summary

                  +
                  +
                  + module.exports + = +
                  +
                  +
                  {
                  +  name: "GN",
                  +  namespace: "gn",
                  +
                  +  /*
                  +  Supported Grammars
                  +   */
                  +  grammars: ["gn"],
                  +
                  +  /*
                  +  Supported extensions
                  +   */
                  +  extensions: ["gn", "gni"],
                  +  defaultBeautifier: "GN"
                  +}
                  + +
                  +
                  +
                  + + +
                  + +
                    +
                    +
                    +

                    + Quickly fuzzy find classes, mixins, methods, file: +

                    +
                      +
                    • + T + Open fuzzy finder dialog +
                    • +
                    +

                    + Control the navigation frame: +

                    +
                      +
                    • + L + Toggle list view +
                    • +
                    • + C + Show class list +
                    • +
                    • + I + Show mixin list +
                    • +
                    • + F + Show file list +
                    • +
                    • + M + Show method list +
                    • +
                    • + E + Show extras list +
                    • +
                    +

                    + You can focus and blur the search input: +

                    +
                      +
                    • + S + Focus search input +
                    • +
                    • + Esc + Blur search input +
                    • +
                    +
                    + + \ No newline at end of file diff --git a/docs/code/file/src/languages/gohtml.coffee.html b/docs/code/file/src/languages/gohtml.coffee.html new file mode 100644 index 0000000..f9b2827 --- /dev/null +++ b/docs/code/file/src/languages/gohtml.coffee.html @@ -0,0 +1,141 @@ + + + + + Atom-Beautify Documentation + + + + + +
                    + +
                    +

                    + File: + gohtml.coffee +

                    + + + + + +
                    Defined in:src/languages
                    +

                    Variables Summary

                    +
                    +
                    + module.exports + = +
                    +
                    +
                    {
                    +  name: "Golang Template",
                    +  description: "Comma-Separated Values",
                    +  namespace: "gohtml",
                    +  fallback: ["html"],
                    +
                    +  /*
                    +  Supported Grammars
                    +   */
                    +  grammars: ["HTML (Go)", "Go Template"],
                    +
                    +  /*
                    +  Supported extensions
                    +   */
                    +  extensions: ['gohtml'],
                    +  defaultBeautifier: "Pretty Diff",
                    +  options: []
                    +}
                    + +
                    +
                    +
                    + + +
                    + +
                      +
                      +
                      +

                      + Quickly fuzzy find classes, mixins, methods, file: +

                      +
                        +
                      • + T + Open fuzzy finder dialog +
                      • +
                      +

                      + Control the navigation frame: +

                      +
                        +
                      • + L + Toggle list view +
                      • +
                      • + C + Show class list +
                      • +
                      • + I + Show mixin list +
                      • +
                      • + F + Show file list +
                      • +
                      • + M + Show method list +
                      • +
                      • + E + Show extras list +
                      • +
                      +

                      + You can focus and blur the search input: +

                      +
                        +
                      • + S + Focus search input +
                      • +
                      • + Esc + Blur search input +
                      • +
                      +
                      + + \ No newline at end of file diff --git a/docs/code/file/src/languages/haskell.coffee.html b/docs/code/file/src/languages/haskell.coffee.html index 0471752..6cc1913 100644 --- a/docs/code/file/src/languages/haskell.coffee.html +++ b/docs/code/file/src/languages/haskell.coffee.html @@ -57,6 +57,7 @@ Supported extensions */ extensions: ["hs"], + defaultBeautifier: "stylish-haskell", options: [] }
                      diff --git a/docs/code/file/src/languages/html.coffee.html b/docs/code/file/src/languages/html.coffee.html index def49dc..0b4617f 100644 --- a/docs/code/file/src/languages/html.coffee.html +++ b/docs/code/file/src/languages/html.coffee.html @@ -39,34 +39,6 @@

                      Variables Summary

                      -
                      - scope - = -
                      -
                      -
                      ['text.html']
                      -
                      -

                      Get Atom defaults

                      -
                      -
                      -
                      -
                      -
                      - defaultIndentSize - = -
                      -
                      -
                      (softTabs ? tabLength : 1)
                      - -
                      -
                      - defaultIndentChar - = -
                      -
                      -
                      (softTabs ? " " : "\t")
                      - -
                      module.exports = @@ -75,6 +47,7 @@
                      {
                         name: "HTML",
                         namespace: "html",
                      +  scope: ['text.html'],
                       
                         /*
                         Supported Grammars
                      @@ -93,13 +66,13 @@
                           },
                           indent_size: {
                             type: 'integer',
                      -      "default": defaultIndentSize,
                      +      "default": null,
                             minimum: 0,
                             description: "Indentation size/length"
                           },
                           indent_char: {
                             type: 'string',
                      -      "default": defaultIndentChar,
                      +      "default": null,
                             description: "Indentation character"
                           },
                           brace_style: {
                      @@ -122,12 +95,12 @@
                           wrap_attributes: {
                             type: 'string',
                             "default": "auto",
                      -      "enum": ["auto", "force"],
                      -      description: "Wrap attributes to new lines [auto|force]"
                      +      "enum": ["auto", "force", "force-aligned", "force-expand-multiline"],
                      +      description: "Wrap attributes to new lines [auto|force|force-aligned|force-expand-multiline]"
                           },
                           wrap_attributes_indent_size: {
                             type: 'integer',
                      -      "default": defaultIndentSize,
                      +      "default": null,
                             minimum: 0,
                             description: "Indent wrapped attributes to after N characters"
                           },
                      diff --git a/docs/code/file/src/languages/jade.coffee.html b/docs/code/file/src/languages/jade.coffee.html
                      index 86ee084..837e388 100644
                      --- a/docs/code/file/src/languages/jade.coffee.html
                      +++ b/docs/code/file/src/languages/jade.coffee.html
                      @@ -39,34 +39,6 @@
                             
                             

                      Variables Summary

                      -
                      - scope - = -
                      -
                      -
                      ['text.jade']
                      -
                      -

                      Get Atom defaults

                      -
                      -
                      -
                      -
                      -
                      - defaultIndentSize - = -
                      -
                      -
                      (softTabs ? tabLength : 1)
                      - -
                      -
                      - defaultIndentChar - = -
                      -
                      -
                      (softTabs ? " " : "\t")
                      - -
                      module.exports = @@ -76,6 +48,7 @@ name: "Jade", namespace: "jade", fallback: ['html'], + scope: ['text.jade'], /* Supported Grammars @@ -90,13 +63,13 @@ { indent_size: { type: 'integer', - "default": defaultIndentSize, + "default": null, minimum: 0, description: "Indentation size/length" }, indent_char: { type: 'string', - "default": defaultIndentChar, + "default": null, description: "Indentation character" }, omit_div: { diff --git a/docs/code/file/src/languages/javascript.coffee.html b/docs/code/file/src/languages/javascript.coffee.html index d7fa80e..6e0a9e2 100644 --- a/docs/code/file/src/languages/javascript.coffee.html +++ b/docs/code/file/src/languages/javascript.coffee.html @@ -39,34 +39,6 @@

                      Variables Summary

                      -
                      - scope - = -
                      -
                      -
                      ['source.js']
                      -
                      -

                      Get Atom defaults

                      -
                      -
                      -
                      -
                      -
                      - defaultIndentSize - = -
                      -
                      -
                      (softTabs ? tabLength : 1)
                      - -
                      -
                      - defaultIndentChar - = -
                      -
                      -
                      (softTabs ? " " : "\t")
                      - -
                      module.exports = @@ -75,6 +47,7 @@
                      {
                         name: "JavaScript",
                         namespace: "js",
                      +  scope: ['source.js'],
                       
                         /*
                         Supported Grammars
                      @@ -96,13 +69,13 @@
                            */
                           indent_size: {
                             type: 'integer',
                      -      "default": defaultIndentSize,
                      +      "default": null,
                             minimum: 0,
                             description: "Indentation size/length"
                           },
                           indent_char: {
                             type: 'string',
                      -      "default": defaultIndentChar,
                      +      "default": null,
                             description: "Indentation character"
                           },
                           indent_level: {
                      @@ -112,7 +85,7 @@
                           },
                           indent_with_tabs: {
                             type: 'boolean',
                      -      "default": defaultIndentWithTabs,
                      +      "default": null,
                             description: "Indentation uses tabs, overrides `Indent Size` and `Indent Char`"
                           },
                           preserve_newlines: {
                      @@ -190,6 +163,17 @@
                             type: 'boolean',
                             "default": false,
                             description: "If a terminating comma should be inserted into arrays, object literals, and destructured objects."
                      +    },
                      +    end_of_line: {
                      +      type: 'string',
                      +      "default": "System Default",
                      +      "enum": ["CRLF", "LF", "System Default"],
                      +      description: "Override EOL from line-ending-selector"
                      +    },
                      +    object_curly_spacing: {
                      +      type: 'boolean',
                      +      "default": false,
                      +      description: "Insert spaces between brackets in object literals"
                           }
                         }
                       }
                      diff --git a/docs/code/file/src/languages/jsx.coffee.html b/docs/code/file/src/languages/jsx.coffee.html index 3c83a98..3a89bd0 100644 --- a/docs/code/file/src/languages/jsx.coffee.html +++ b/docs/code/file/src/languages/jsx.coffee.html @@ -52,12 +52,20 @@ /* Supported Grammars */ - grammars: ["JSX", "JavaScript (JSX)", "Babel ES6 JavaScript"], + grammars: ["JSX", "JavaScript (JSX)", "Babel ES6 JavaScript", "JavaScript with JSX"], /* Supported extensions */ - extensions: ["jsx", "js"] + extensions: ["jsx", "js"], + defaultBeautifier: "Pretty Diff", + options: { + e4x: { + type: 'boolean', + "default": true, + description: "Support e4x/jsx syntax" + } + } }
                      diff --git a/docs/code/file/src/languages/latex.coffee.html b/docs/code/file/src/languages/latex.coffee.html index 98796b6..3553def 100644 --- a/docs/code/file/src/languages/latex.coffee.html +++ b/docs/code/file/src/languages/latex.coffee.html @@ -39,34 +39,6 @@

                      Variables Summary

                      -
                      - scope - = -
                      -
                      -
                      ['source.js']
                      -
                      -

                      Get Atom defaults

                      -
                      -
                      -
                      -
                      -
                      - defaultIndentSize - = -
                      -
                      -
                      (softTabs ? tabLength : 1)
                      - -
                      -
                      - defaultIndentChar - = -
                      -
                      -
                      (softTabs ? " " : "\t")
                      - -
                      module.exports = @@ -75,16 +47,17 @@
                      {
                         name: "LaTeX",
                         namespace: "latex",
                      +  scope: ['source.tex'],
                       
                         /*
                         Supported Grammars
                          */
                      -  grammars: ["LaTeX"],
                      +  grammars: ["BibTeX", "LaTeX", "TeX"],
                       
                         /*
                         Supported extensions
                          */
                      -  extensions: ["tex"],
                      +  extensions: ["bib", "tex", "sty", "cls", "dtx", "ins", "bbx", "cbx"],
                         defaultBeautifier: "Latex Beautify",
                       
                         /*
                      @@ -92,18 +65,18 @@
                         options: {
                           indent_char: {
                             type: 'string',
                      -      "default": defaultIndentChar,
                      +      "default": null,
                             description: "Indentation character"
                           },
                           indent_with_tabs: {
                             type: 'boolean',
                      -      "default": true,
                      +      "default": null,
                             description: "Indentation uses tabs, overrides `Indent Size` and `Indent Char`"
                           },
                           indent_preamble: {
                             type: 'boolean',
                             "default": false,
                      -      description: "Indent the preable"
                      +      description: "Indent the preamble"
                           },
                           always_look_for_split_braces: {
                             type: 'boolean',
                      @@ -123,7 +96,7 @@
                           align_columns_in_environments: {
                             type: 'array',
                             "default": ["tabular", "matrix", "bmatrix", "pmatrix"],
                      -      decription: "Aligns columns by the alignment tabs for environments specified"
                      +      description: "Aligns columns by the alignment tabs for environments specified"
                           }
                         }
                       }
                      diff --git a/docs/code/file/src/languages/lua.coffee.html b/docs/code/file/src/languages/lua.coffee.html index cdef09c..65529f6 100644 --- a/docs/code/file/src/languages/lua.coffee.html +++ b/docs/code/file/src/languages/lua.coffee.html @@ -56,8 +56,27 @@ /* Supported extensions */ - extensions: ['lua'], - defaultBeautifier: "Lua beautifier" + extensions: ['lua', 'ttslua'], + defaultBeautifier: "Lua beautifier", + options: { + indent_size: { + type: 'integer', + "default": null, + minimum: 0, + description: "Indentation size/length" + }, + indent_char: { + type: 'string', + "default": null, + description: "Indentation character" + }, + end_of_line: { + type: 'string', + "default": "System Default", + "enum": ["CRLF", "LF", "System Default"], + description: "Override EOL from line-ending-selector" + } + } } diff --git a/docs/code/file/src/languages/markdown.coffee.html b/docs/code/file/src/languages/markdown.coffee.html index 2e60f97..124fcb8 100644 --- a/docs/code/file/src/languages/markdown.coffee.html +++ b/docs/code/file/src/languages/markdown.coffee.html @@ -57,7 +57,7 @@ Supported extensions */ extensions: ["markdown", "md"], - defaultBeautifier: "Tidy Markdown", + defaultBeautifier: "Remark", options: { gfm: { type: 'boolean', diff --git a/docs/code/file/src/languages/marko.coffee.html b/docs/code/file/src/languages/marko.coffee.html index 6eea29e..989589b 100644 --- a/docs/code/file/src/languages/marko.coffee.html +++ b/docs/code/file/src/languages/marko.coffee.html @@ -39,34 +39,6 @@

                      Variables Summary

                      -
                      - scope - = -
                      -
                      -
                      ['text.marko']
                      -
                      -

                      Get Atom defaults

                      -
                      -
                      -
                      -
                      -
                      - defaultIndentSize - = -
                      -
                      -
                      (softTabs ? tabLength : 4)
                      - -
                      -
                      - defaultIndentChar - = -
                      -
                      -
                      (softTabs ? " " : "\t")
                      - -
                      module.exports = @@ -76,6 +48,7 @@ name: "Marko", namespace: "marko", fallback: ['html'], + scope: ['text.marko'], /* Supported Grammars @@ -89,13 +62,13 @@ options: { indent_size: { type: 'integer', - "default": defaultIndentSize, + "default": null, minimum: 0, description: "Indentation size/length" }, indent_char: { type: 'string', - "default": defaultIndentChar, + "default": null, description: "Indentation character" }, syntax: { diff --git a/docs/code/file/src/languages/nginx.coffee.html b/docs/code/file/src/languages/nginx.coffee.html new file mode 100644 index 0000000..3e40dbb --- /dev/null +++ b/docs/code/file/src/languages/nginx.coffee.html @@ -0,0 +1,163 @@ + + + + + Atom-Beautify Documentation + + + + + +
                      + +
                      +

                      + File: + nginx.coffee +

                      + + + + + +
                      Defined in:src/languages
                      +

                      Variables Summary

                      +
                      +
                      + module.exports + = +
                      +
                      +
                      {
                      +  name: "Nginx",
                      +  namespace: "nginx",
                      +  scope: ['source.conf'],
                      +
                      +  /*
                      +  Supported Grammars
                      +   */
                      +  grammars: ["nginx"],
                      +
                      +  /*
                      +  Supported extensions
                      +   */
                      +  extensions: ["conf"],
                      +  defaultBeautifier: "Nginx Beautify",
                      +  options: {
                      +    indent_size: {
                      +      type: 'integer',
                      +      "default": null,
                      +      minimum: 0,
                      +      description: "Indentation size/length"
                      +    },
                      +    indent_char: {
                      +      type: 'string',
                      +      "default": null,
                      +      description: "Indentation character"
                      +    },
                      +    indent_with_tabs: {
                      +      type: 'boolean',
                      +      "default": null,
                      +      description: "Indentation uses tabs, overrides `Indent Size` and `Indent Char`"
                      +    },
                      +    dontJoinCurlyBracet: {
                      +      title: "Don't join curly brackets",
                      +      type: "boolean",
                      +      "default": true,
                      +      description: ""
                      +    }
                      +  }
                      +}
                      + +
                      +
                      +
                      + + +
                      + +
                        +
                        +
                        +

                        + Quickly fuzzy find classes, mixins, methods, file: +

                        +
                          +
                        • + T + Open fuzzy finder dialog +
                        • +
                        +

                        + Control the navigation frame: +

                        +
                          +
                        • + L + Toggle list view +
                        • +
                        • + C + Show class list +
                        • +
                        • + I + Show mixin list +
                        • +
                        • + F + Show file list +
                        • +
                        • + M + Show method list +
                        • +
                        • + E + Show extras list +
                        • +
                        +

                        + You can focus and blur the search input: +

                        +
                          +
                        • + S + Focus search input +
                        • +
                        • + Esc + Blur search input +
                        • +
                        +
                        + + \ No newline at end of file diff --git a/docs/code/file/src/languages/perl.coffee.html b/docs/code/file/src/languages/perl.coffee.html index 4be9ee2..a73ea36 100644 --- a/docs/code/file/src/languages/perl.coffee.html +++ b/docs/code/file/src/languages/perl.coffee.html @@ -56,7 +56,7 @@ /* Supported extensions */ - extensions: ["pl"], + extensions: ["pl", "PL", "pm", "pod", "t"], options: { perltidy_profile: { type: 'string', diff --git a/docs/code/file/src/languages/php.coffee.html b/docs/code/file/src/languages/php.coffee.html index 5d152bf..4928586 100644 --- a/docs/code/file/src/languages/php.coffee.html +++ b/docs/code/file/src/languages/php.coffee.html @@ -57,22 +57,47 @@ Supported extensions */ extensions: ["php", "module", "inc"], + defaultBeautifier: "PHP-CS-Fixer", options: { cs_fixer_path: { title: "PHP-CS-Fixer Path", type: 'string', "default": "", - description: "Path to the `php-cs-fixer` CLI executable" + description: "Absolute path to the `php-cs-fixer` CLI executable" + }, + cs_fixer_version: { + title: "PHP-CS-Fixer Version", + type: 'integer', + "default": 2, + "enum": [1, 2] + }, + cs_fixer_config_file: { + title: "PHP-CS-Fixer Config File", + type: 'string', + "default": "", + description: "Path to php-cs-fixer config file. Will use local `.php_cs` or `.php_cs.dist` if found in the working directory or project root." }, fixers: { type: 'string', "default": "", - description: "Add fixer(s). i.e. linefeed,-short_tag,indentation" + description: "Add fixer(s). i.e. linefeed,-short_tag,indentation (PHP-CS-Fixer 1 only)" }, level: { type: 'string', "default": "", - description: "By default, all PSR-2 fixers and some additional ones are run." + description: "By default, all PSR-2 fixers and some additional ones are run. (PHP-CS-Fixer 1 only)" + }, + rules: { + type: 'string', + "default": "", + description: "Add rule(s). i.e. line_ending,-full_opening_tag,@PSR2 (PHP-CS-Fixer 2 only)" + }, + allow_risky: { + title: "Allow risky rules", + type: 'string', + "default": "no", + "enum": ["no", "yes"], + description: "Allow risky rules to be applied (PHP-CS-Fixer 2 only)" }, phpcbf_path: { title: "PHPCBF Path", @@ -80,11 +105,17 @@ "default": "", description: "Path to the `phpcbf` CLI executable" }, + phpcbf_version: { + title: "PHPCBF Version", + type: 'integer', + "default": 2, + "enum": [1, 2, 3] + }, standard: { title: "PHPCBF Standard", type: 'string', - "default": "", - description: "Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules" + "default": "PEAR", + description: "Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules. Will use local `phpcs.xml`, `phpcs.xml.dist`, `phpcs.ruleset.xml` or `ruleset.xml` if found in the project root." } } }
                        diff --git a/docs/code/file/src/languages/python.coffee.html b/docs/code/file/src/languages/python.coffee.html index 9c75144..b4befd0 100644 --- a/docs/code/file/src/languages/python.coffee.html +++ b/docs/code/file/src/languages/python.coffee.html @@ -39,34 +39,6 @@

                        Variables Summary

                        -
                        - scope - = -
                        -
                        -
                        ['source.python']
                        -
                        -

                        Get Atom defaults

                        -
                        -
                        -
                        -
                        -
                        - defaultIndentSize - = -
                        -
                        -
                        (softTabs ? tabLength : 1)
                        - -
                        -
                        - defaultIndentChar - = -
                        -
                        -
                        (softTabs ? " " : "\t")
                        - -
                        module.exports = @@ -75,11 +47,12 @@
                        {
                           name: "Python",
                           namespace: "python",
                        +  scope: ['source.python'],
                         
                           /*
                           Supported Grammars
                            */
                        -  grammars: ["Python"],
                        +  grammars: ["Python", "MagicPython"],
                         
                           /*
                           Supported extensions
                        @@ -93,7 +66,7 @@
                             },
                             indent_size: {
                               type: 'integer',
                        -      "default": defaultIndentSize,
                        +      "default": null,
                               minimum: 0,
                               description: "Indentation size/length"
                             },
                        @@ -105,10 +78,27 @@
                               },
                               description: "do not fix these errors/warnings"
                             },
                        +    formatter: {
                        +      type: 'string',
                        +      "default": 'autopep8',
                        +      "enum": ['autopep8', 'yapf'],
                        +      description: "formatter used by pybeautifier"
                        +    },
                        +    style_config: {
                        +      type: 'string',
                        +      "default": 'pep8',
                        +      description: "formatting style used by yapf"
                        +    },
                             sort_imports: {
                               type: 'boolean',
                               "default": false,
                               description: "sort imports (requires isort installed)"
                        +    },
                        +    multi_line_output: {
                        +      type: 'string',
                        +      "default": 'Hanging Grid Grouped',
                        +      "enum": ['Grid', 'Vertical', 'Hanging Indent', 'Vertical Hanging Indent', 'Hanging Grid', 'Hanging Grid Grouped', 'NOQA'],
                        +      description: "defines how from imports wrap (requires isort installed)"
                             }
                           }
                         }
                        diff --git a/docs/code/file/src/languages/r.coffee.html b/docs/code/file/src/languages/r.coffee.html index f8b6780..483a9e4 100644 --- a/docs/code/file/src/languages/r.coffee.html +++ b/docs/code/file/src/languages/r.coffee.html @@ -39,34 +39,6 @@

                        Variables Summary

                        -
                        - scope - = -
                        -
                        -
                        ['text.html']
                        -
                        -

                        Get Atom defaults

                        -
                        -
                        -
                        -
                        -
                        - defaultIndentSize - = -
                        -
                        -
                        (softTabs ? tabLength : 1)
                        - -
                        -
                        - defaultIndentChar - = -
                        -
                        -
                        (softTabs ? " " : "\t")
                        - -
                        module.exports = @@ -75,6 +47,7 @@
                        {
                           name: "R",
                           namespace: "r",
                        +  scope: ['text.r'],
                         
                           /*
                           Supported Grammars
                        @@ -88,7 +61,7 @@
                           options: {
                             indent_size: {
                               type: 'integer',
                        -      "default": defaultIndentSize,
                        +      "default": null,
                               description: "Indentation size/length"
                             }
                           }
                        diff --git a/docs/code/file/src/languages/ruby.coffee.html b/docs/code/file/src/languages/ruby.coffee.html
                        index 86fc845..6061297 100644
                        --- a/docs/code/file/src/languages/ruby.coffee.html
                        +++ b/docs/code/file/src/languages/ruby.coffee.html
                        @@ -39,34 +39,6 @@
                               
                               

                        Variables Summary

                        -
                        - scope - = -
                        -
                        -
                        ['source.ruby']
                        -
                        -

                        Get Atom defaults

                        -
                        -
                        -
                        -
                        -
                        - defaultIndentSize - = -
                        -
                        -
                        (softTabs ? tabLength : 1)
                        - -
                        -
                        - defaultIndentChar - = -
                        -
                        -
                        (softTabs ? " " : "\t")
                        - -
                        module.exports = @@ -75,6 +47,7 @@
                        {
                           name: "Ruby",
                           namespace: "ruby",
                        +  scope: ['source.ruby'],
                         
                           /*
                           Supported Grammars
                        @@ -88,21 +61,21 @@
                           options: {
                             indent_size: {
                               type: 'integer',
                        -      "default": defaultIndentSize,
                        +      "default": null,
                               minimum: 0,
                               description: "Indentation size/length"
                             },
                        +    indent_char: {
                        +      type: 'string',
                        +      "default": null,
                        +      description: "Indentation character",
                        +      "enum": [" ", "\t"]
                        +    },
                             rubocop_path: {
                               title: "Rubocop Path",
                               type: 'string',
                               "default": "",
                               description: "Path to the `rubocop` CLI executable"
                        -    },
                        -    indent_char: {
                        -      type: 'string',
                        -      "default": defaultIndentChar,
                        -      description: "Indentation character",
                        -      "enum": [" ", "\t"]
                             }
                           }
                         }
                        diff --git a/docs/code/file/src/languages/sql.coffee.html b/docs/code/file/src/languages/sql.coffee.html index 33963dd..9a26514 100644 --- a/docs/code/file/src/languages/sql.coffee.html +++ b/docs/code/file/src/languages/sql.coffee.html @@ -39,34 +39,6 @@

                        Variables Summary

                        -
                        - scope - = -
                        -
                        -
                        ['source.sql']
                        -
                        -

                        Get Atom defaults

                        -
                        -
                        -
                        -
                        -
                        - defaultIndentSize - = -
                        -
                        -
                        (softTabs ? tabLength : 1)
                        - -
                        -
                        - defaultIndentChar - = -
                        -
                        -
                        (softTabs ? " " : "\t")
                        - -
                        module.exports = @@ -75,6 +47,7 @@
                        {
                           name: "SQL",
                           namespace: "sql",
                        +  scope: ['source.sql'],
                         
                           /*
                           Supported Grammars
                        @@ -92,10 +65,15 @@
                              */
                             indent_size: {
                               type: 'integer',
                        -      "default": defaultIndentSize,
                        +      "default": null,
                               minimum: 0,
                               description: "Indentation size/length"
                             },
                        +    reindent: {
                        +      type: 'boolean',
                        +      "default": true,
                        +      description: "Change indentations of the statements. Uncheck this option to preserve indentation"
                        +    },
                             keywords: {
                               type: 'string',
                               "default": "upper",
                        diff --git a/docs/code/file/src/languages/terraform.coffee.html b/docs/code/file/src/languages/terraform.coffee.html
                        new file mode 100644
                        index 0000000..9688af8
                        --- /dev/null
                        +++ b/docs/code/file/src/languages/terraform.coffee.html
                        @@ -0,0 +1,138 @@
                        +
                        +
                        +  
                        +  
                        +  Atom-Beautify Documentation
                        +  
                        +  
                        +  
                        +
                        +  
                        +    
                        + +
                        +

                        + File: + terraform.coffee +

                        + + + + + +
                        Defined in:src/languages
                        +

                        Variables Summary

                        +
                        +
                        + module.exports + = +
                        +
                        +
                        {
                        +  name: "Terraform",
                        +  namespace: "terraform",
                        +  fallback: ['js'],
                        +
                        +  /*
                        +  Supported Grammars
                        +   */
                        +  grammars: ["Terraform"],
                        +
                        +  /*
                        +  Supported extensions
                        +   */
                        +  extensions: ["tf"]
                        +}
                        + +
                        +
                        +
                        + + +
                        + +
                          +
                          +
                          +

                          + Quickly fuzzy find classes, mixins, methods, file: +

                          +
                            +
                          • + T + Open fuzzy finder dialog +
                          • +
                          +

                          + Control the navigation frame: +

                          +
                            +
                          • + L + Toggle list view +
                          • +
                          • + C + Show class list +
                          • +
                          • + I + Show mixin list +
                          • +
                          • + F + Show file list +
                          • +
                          • + M + Show method list +
                          • +
                          • + E + Show extras list +
                          • +
                          +

                          + You can focus and blur the search input: +

                          +
                            +
                          • + S + Focus search input +
                          • +
                          • + Esc + Blur search input +
                          • +
                          +
                          + + \ No newline at end of file diff --git a/docs/code/file/src/languages/tsx.coffee.html b/docs/code/file/src/languages/tsx.coffee.html new file mode 100644 index 0000000..4770b11 --- /dev/null +++ b/docs/code/file/src/languages/tsx.coffee.html @@ -0,0 +1,138 @@ + + + + + Atom-Beautify Documentation + + + + + +
                          + +
                          +

                          + File: + tsx.coffee +

                          + + + + + +
                          Defined in:src/languages
                          +

                          Variables Summary

                          +
                          +
                          + module.exports + = +
                          +
                          +
                          {
                          +  name: "TSX",
                          +  namespace: "tsx",
                          +  fallback: ['js'],
                          +
                          +  /*
                          +  Supported Grammars
                          +   */
                          +  grammars: ["TypeScriptReact"],
                          +
                          +  /*
                          +  Supported extensions
                          +   */
                          +  extensions: ["tsx"]
                          +}
                          + +
                          +
                          +
                          + + +
                          + +
                            +
                            +
                            +

                            + Quickly fuzzy find classes, mixins, methods, file: +

                            +
                              +
                            • + T + Open fuzzy finder dialog +
                            • +
                            +

                            + Control the navigation frame: +

                            +
                              +
                            • + L + Toggle list view +
                            • +
                            • + C + Show class list +
                            • +
                            • + I + Show mixin list +
                            • +
                            • + F + Show file list +
                            • +
                            • + M + Show method list +
                            • +
                            • + E + Show extras list +
                            • +
                            +

                            + You can focus and blur the search input: +

                            +
                              +
                            • + S + Focus search input +
                            • +
                            • + Esc + Blur search input +
                            • +
                            +
                            + + \ No newline at end of file diff --git a/docs/code/file/src/languages/typescript.coffee.html b/docs/code/file/src/languages/typescript.coffee.html index 89c4025..ebfade4 100644 --- a/docs/code/file/src/languages/typescript.coffee.html +++ b/docs/code/file/src/languages/typescript.coffee.html @@ -57,7 +57,8 @@ /* Supported extensions */ - extensions: ["ts"] + extensions: ["ts"], + defaultBeautifier: "TypeScript Formatter" }
                            diff --git a/docs/code/file/src/languages/verilog.coffee.html b/docs/code/file/src/languages/verilog.coffee.html new file mode 100644 index 0000000..169170e --- /dev/null +++ b/docs/code/file/src/languages/verilog.coffee.html @@ -0,0 +1,144 @@ + + + + + Atom-Beautify Documentation + + + + + +
                            + +
                            +

                            + File: + verilog.coffee +

                            + + + + + +
                            Defined in:src/languages
                            +

                            Variables Summary

                            +
                            +
                            + module.exports + = +
                            +
                            +
                            {
                            +  name: "Verilog",
                            +  namespace: "verilog",
                            +
                            +  /*
                            +  Supported Grammars
                            +   */
                            +  grammars: ["Verilog"],
                            +
                            +  /*
                            +  Supported extensions
                            +   */
                            +  extensions: ["svh", "v", "sv"],
                            +  options: {
                            +    emacs_script_path: {
                            +      type: 'string',
                            +      "default": "",
                            +      description: "Path to emacs init.el script with formatting settings. (Leave blank to use default one)"
                            +    }
                            +  }
                            +}
                            + +
                            +
                            +
                            + + +
                            + +
                              +
                              +
                              +

                              + Quickly fuzzy find classes, mixins, methods, file: +

                              +
                                +
                              • + T + Open fuzzy finder dialog +
                              • +
                              +

                              + Control the navigation frame: +

                              +
                                +
                              • + L + Toggle list view +
                              • +
                              • + C + Show class list +
                              • +
                              • + I + Show mixin list +
                              • +
                              • + F + Show file list +
                              • +
                              • + M + Show method list +
                              • +
                              • + E + Show extras list +
                              • +
                              +

                              + You can focus and blur the search input: +

                              +
                                +
                              • + S + Focus search input +
                              • +
                              • + Esc + Blur search input +
                              • +
                              +
                              + + \ No newline at end of file diff --git a/docs/code/file/src/languages/vhdl.coffee.html b/docs/code/file/src/languages/vhdl.coffee.html new file mode 100644 index 0000000..fba40d3 --- /dev/null +++ b/docs/code/file/src/languages/vhdl.coffee.html @@ -0,0 +1,147 @@ + + + + + Atom-Beautify Documentation + + + + + +
                              + +
                              +

                              + File: + vhdl.coffee +

                              + + + + + +
                              Defined in:src/languages
                              +

                              Variables Summary

                              +
                              +
                              + module.exports + = +
                              +
                              +
                              {
                              +  name: "VHDL",
                              +  namespace: "vhdl",
                              +
                              +  /*
                              +  Supported Grammars
                              +   */
                              +  grammars: ["VHDL 2008"],
                              +
                              +  /*
                              +  Supported extensions
                              +   */
                              +  extensions: ["vhd", "VHD"],
                              +
                              +  /*
                              +   */
                              +  options: {
                              +    emacs_script_path: {
                              +      type: 'string',
                              +      "default": "",
                              +      description: "Path to the emacs script"
                              +    }
                              +  }
                              +}
                              + +
                              +
                              +
                              + + +
                              + +
                                +
                                +
                                +

                                + Quickly fuzzy find classes, mixins, methods, file: +

                                +
                                  +
                                • + T + Open fuzzy finder dialog +
                                • +
                                +

                                + Control the navigation frame: +

                                +
                                  +
                                • + L + Toggle list view +
                                • +
                                • + C + Show class list +
                                • +
                                • + I + Show mixin list +
                                • +
                                • + F + Show file list +
                                • +
                                • + M + Show method list +
                                • +
                                • + E + Show extras list +
                                • +
                                +

                                + You can focus and blur the search input: +

                                +
                                  +
                                • + S + Focus search input +
                                • +
                                • + Esc + Blur search input +
                                • +
                                +
                                + + \ No newline at end of file diff --git a/docs/code/file/src/languages/vue.coffee.html b/docs/code/file/src/languages/vue.coffee.html index f4c3caa..5519d60 100644 --- a/docs/code/file/src/languages/vue.coffee.html +++ b/docs/code/file/src/languages/vue.coffee.html @@ -47,7 +47,7 @@
                                {
                                   name: "Vue",
                                   namespace: "vue",
                                -  fallback: ['html'],
                                +  fallback: ['html', 'js'],
                                 
                                   /*
                                   Supported Grammars
                                diff --git a/docs/code/file/src/languages/xml.coffee.html b/docs/code/file/src/languages/xml.coffee.html
                                index eb16da7..30d58b3 100644
                                --- a/docs/code/file/src/languages/xml.coffee.html
                                +++ b/docs/code/file/src/languages/xml.coffee.html
                                @@ -58,7 +58,7 @@
                                   /*
                                   Supported extensions
                                    */
                                -  extensions: ['sld', 'xml', 'xhtml', 'xsd', 'xsl', 'jsp', 'gsp'],
                                +  extensions: ['sld', 'xml', 'xhtml', 'xsd', 'xsl', 'jsp', 'gsp', 'plist', 'recipe', 'config'],
                                   defaultBeautifier: "Pretty Diff",
                                   options: []
                                 }
                                diff --git a/docs/code/file/src/languages/yaml.coffee.html b/docs/code/file/src/languages/yaml.coffee.html new file mode 100644 index 0000000..5fb6338 --- /dev/null +++ b/docs/code/file/src/languages/yaml.coffee.html @@ -0,0 +1,148 @@ + + + + + Atom-Beautify Documentation + + + + + +
                                + +
                                +

                                + File: + yaml.coffee +

                                + + + + + +
                                Defined in:src/languages
                                +

                                Variables Summary

                                +
                                +
                                + module.exports + = +
                                +
                                +
                                {
                                +  name: "YAML",
                                +  namespace: "yaml",
                                +  fallback: [],
                                +  scope: ['source.yaml'],
                                +
                                +  /*
                                +  Supported Grammars
                                +   */
                                +  grammars: ["YAML"],
                                +
                                +  /*
                                +  Supported extensions
                                +   */
                                +  extensions: ["yml", "yaml"],
                                +  defaultBeautifier: "align-yaml",
                                +  options: {
                                +    padding: {
                                +      type: 'integer',
                                +      "default": 0,
                                +      minimum: 0,
                                +      description: "The amount of padding to add next to each line."
                                +    }
                                +  }
                                +}
                                + +
                                +
                                +
                                + + +
                                + +
                                  +
                                  +
                                  +

                                  + Quickly fuzzy find classes, mixins, methods, file: +

                                  +
                                    +
                                  • + T + Open fuzzy finder dialog +
                                  • +
                                  +

                                  + Control the navigation frame: +

                                  +
                                    +
                                  • + L + Toggle list view +
                                  • +
                                  • + C + Show class list +
                                  • +
                                  • + I + Show mixin list +
                                  • +
                                  • + F + Show file list +
                                  • +
                                  • + M + Show method list +
                                  • +
                                  • + E + Show extras list +
                                  • +
                                  +

                                  + You can focus and blur the search input: +

                                  +
                                    +
                                  • + S + Focus search input +
                                  • +
                                  • + Esc + Blur search input +
                                  • +
                                  +
                                  + + \ No newline at end of file diff --git a/docs/code/file_list.html b/docs/code/file_list.html index 4481c80..fb8706a 100644 --- a/docs/code/file_list.html +++ b/docs/code/file_list.html @@ -41,6 +41,14 @@ - +
                                1. coffee-fmt.coffee @@ -153,6 +161,22 @@ src/beautifiers
                                2. +
                                3. + + eslint.coffee + + + src/beautifiers + +
                                4. +
                                5. + + executable.coffee + + + src/beautifiers + +
                                6. formatR @@ -168,7 +192,7 @@
                                7. - +
                                8. fortran-beautifier @@ -184,7 +208,7 @@
                                9. - +
                                10. gherkin.coffee @@ -193,6 +217,14 @@ src/beautifiers
                                11. +
                                12. + + gn.coffee + + + src/beautifiers + +
                                13. gofmt.coffee @@ -201,6 +233,22 @@ src/beautifiers
                                14. +
                                15. + + goimports.coffee + + + src/beautifiers + +
                                16. +
                                17. + + hh_format.coffee + + + src/beautifiers + +
                                18. hindent.coffee @@ -255,6 +303,14 @@
                                19. - +
                                20. marko-beautifier.coffee @@ -273,6 +329,14 @@ src/beautifiers
                                21. +
                                22. + + nginx-beautify.coffee + + + src/beautifiers + +
                                23. ocp-indent.coffee @@ -305,6 +369,14 @@ src/beautifiers
                                24. +
                                25. + + prettier.coffee + + + src/beautifiers + +
                                26. prettydiff.coffee @@ -329,6 +401,14 @@ src/beautifiers
                                27. +
                                28. + + pybeautifier.coffee + + + src/beautifiers + +
                                29. remark.coffee @@ -385,6 +465,14 @@ src/beautifiers
                                30. +
                                31. + + terraformfmt.coffee + + + src/beautifiers + +
                                32. tidy-markdown.coffee @@ -424,7 +512,39 @@
                                33. - + +
                                34. + + verilog-mode + +
                                35. +
                                  + +
                                36. + + vhdl-beautifier + +
                                37. + +
                                38. vue-beautifier.coffee @@ -442,7 +562,7 @@
                                39. - +
                                40. beautify.coffee @@ -617,6 +737,22 @@ src/languages
                                41. +
                                42. + + glsl.coffee + + + src/languages + +
                                43. +
                                44. + + gn.coffee + + + src/languages + +
                                45. go.coffee @@ -625,6 +761,14 @@ src/languages
                                46. +
                                47. + + gohtml.coffee + + + src/languages + +
                                48. handlebars.coffee @@ -745,6 +889,14 @@ src/languages
                                49. +
                                50. + + nginx.coffee + + + src/languages + +
                                51. nunjucks.coffee @@ -889,6 +1041,14 @@ src/languages
                                52. +
                                53. + + terraform.coffee + + + src/languages + +
                                54. tss.coffee @@ -897,6 +1057,14 @@ src/languages
                                55. +
                                56. + + tsx.coffee + + + src/languages + +
                                57. twig.coffee @@ -929,6 +1097,22 @@ src/languages
                                58. +
                                59. + + verilog.coffee + + + src/languages + +
                                60. +
                                61. + + vhdl.coffee + + + src/languages + +
                                62. visualforce.coffee @@ -961,8 +1145,16 @@ src/languages
                                63. +
                                64. + + yaml.coffee + + + src/languages + +
                                65. - +
                                66. views @@ -977,20 +1169,12 @@ src/views
                                67. -
                                68. - - message-view.coffee - - - src/views - -
                                69. - + - + - + - + \ No newline at end of file diff --git a/docs/code/javascript/search.js b/docs/code/javascript/search.js index 5ce8bd3..de24c75 100644 --- a/docs/code/javascript/search.js +++ b/docs/code/javascript/search.js @@ -1 +1 @@ -window.searchData = [{"t":"Autopep8","p":"class/Autopep8.html"},{"t":"Beautifier","p":"class/Beautifier.html"},{"t":"BashBeautify","p":"class/BashBeautify.html"},{"t":"ClangFormat","p":"class/ClangFormat.html"},{"t":"Cljfmt","p":"class/Cljfmt.html"},{"t":"CoffeeFmt","p":"class/CoffeeFmt.html"},{"t":"CoffeeFormatter","p":"class/CoffeeFormatter.html"},{"t":"Crystal","p":"class/Crystal.html"},{"t":"JSBeautify","p":"class/JSBeautify.html"},{"t":"Dfmt","p":"class/Dfmt.html"},{"t":"ElmFormat","p":"class/ElmFormat.html"},{"t":"ErlTidy","p":"class/ErlTidy.html"},{"t":"R","p":"class/R.html"},{"t":"FortranBeautifier","p":"class/FortranBeautifier.html"},{"t":"Gherkin","p":"class/Gherkin.html"},{"t":"Gofmt","p":"class/Gofmt.html"},{"t":"HTMLBeautifier","p":"class/HTMLBeautifier.html"},{"t":"Beautifiers","p":"class/Beautifiers.html"},{"t":"JSBeautify","p":"class/JSBeautify.html"},{"t":"JSCSFixer","p":"class/JSCSFixer.html"},{"t":"LatexBeautify","p":"class/LatexBeautify.html"},{"t":"Lua","p":"class/Lua.html"},{"t":"MarkoBeautifier","p":"class/MarkoBeautifier.html"},{"t":"OCPIndent","p":"class/OCPIndent.html"},{"t":"PerlTidy","p":"class/PerlTidy.html"},{"t":"PHPCSFixer","p":"class/PHPCSFixer.html"},{"t":"PHPCBF","p":"class/PHPCBF.html"},{"t":"PrettyDiff","p":"class/PrettyDiff.html"},{"t":"PugBeautify","p":"class/PugBeautify.html"},{"t":"PuppetFix","p":"class/PuppetFix.html"},{"t":"Remark","p":"class/Remark.html"},{"t":"Rubocop","p":"class/Rubocop.html"},{"t":"RubyBeautify","p":"class/RubyBeautify.html"},{"t":"Rustfmt","p":"class/Rustfmt.html"},{"t":"SassConvert","p":"class/SassConvert.html"},{"t":"Sqlformat","p":"class/Sqlformat.html"},{"t":"StylishHaskell","p":"class/StylishHaskell.html"},{"t":"TidyMarkdown","p":"class/TidyMarkdown.html"},{"t":"TypeScriptFormatter","p":"class/TypeScriptFormatter.html"},{"t":"Uncrustify","p":"class/Uncrustify.html"},{"t":"VueBeautifier","p":"class/VueBeautifier.html"},{"t":"Yapf","p":"class/Yapf.html"},{"t":"Languages","p":"class/Languages.html"},{"t":"LoadingView","p":"class/LoadingView.html"},{"t":"MessageView","p":"class/MessageView.html"},{"t":"src/beautifiers/autopep8.coffee","p":"file/src/beautifiers/autopep8.coffee.html"},{"t":"src/beautifiers/beautifier.coffee","p":"file/src/beautifiers/beautifier.coffee.html"},{"t":"src/beautifiers/beautysh.coffee","p":"file/src/beautifiers/beautysh.coffee.html"},{"t":"src/beautifiers/clang-format.coffee","p":"file/src/beautifiers/clang-format.coffee.html"},{"t":"src/beautifiers/cljfmt/index.coffee","p":"file/src/beautifiers/cljfmt/index.coffee.html"},{"t":"src/beautifiers/coffee-fmt.coffee","p":"file/src/beautifiers/coffee-fmt.coffee.html"},{"t":"src/beautifiers/coffee-formatter.coffee","p":"file/src/beautifiers/coffee-formatter.coffee.html"},{"t":"src/beautifiers/crystal.coffee","p":"file/src/beautifiers/crystal.coffee.html"},{"t":"src/beautifiers/csscomb.coffee","p":"file/src/beautifiers/csscomb.coffee.html"},{"t":"src/beautifiers/dfmt.coffee","p":"file/src/beautifiers/dfmt.coffee.html"},{"t":"src/beautifiers/elm-format.coffee","p":"file/src/beautifiers/elm-format.coffee.html"},{"t":"src/beautifiers/erl_tidy.coffee","p":"file/src/beautifiers/erl_tidy.coffee.html"},{"t":"src/beautifiers/formatR/index.coffee","p":"file/src/beautifiers/formatR/index.coffee.html"},{"t":"src/beautifiers/fortran-beautifier/index.coffee","p":"file/src/beautifiers/fortran-beautifier/index.coffee.html"},{"t":"src/beautifiers/gherkin.coffee","p":"file/src/beautifiers/gherkin.coffee.html"},{"t":"src/beautifiers/gofmt.coffee","p":"file/src/beautifiers/gofmt.coffee.html"},{"t":"src/beautifiers/htmlbeautifier.coffee","p":"file/src/beautifiers/htmlbeautifier.coffee.html"},{"t":"src/beautifiers/index.coffee","p":"file/src/beautifiers/index.coffee.html"},{"t":"src/beautifiers/js-beautify.coffee","p":"file/src/beautifiers/js-beautify.coffee.html"},{"t":"src/beautifiers/jscs.coffee","p":"file/src/beautifiers/jscs.coffee.html"},{"t":"src/beautifiers/latex-beautify.coffee","p":"file/src/beautifiers/latex-beautify.coffee.html"},{"t":"src/beautifiers/lua-beautifier/index.coffee","p":"file/src/beautifiers/lua-beautifier/index.coffee.html"},{"t":"src/beautifiers/marko-beautifier.coffee","p":"file/src/beautifiers/marko-beautifier.coffee.html"},{"t":"src/beautifiers/ocp-indent.coffee","p":"file/src/beautifiers/ocp-indent.coffee.html"},{"t":"src/beautifiers/perltidy.coffee","p":"file/src/beautifiers/perltidy.coffee.html"},{"t":"src/beautifiers/php-cs-fixer.coffee","p":"file/src/beautifiers/php-cs-fixer.coffee.html"},{"t":"src/beautifiers/phpcbf.coffee","p":"file/src/beautifiers/phpcbf.coffee.html"},{"t":"src/beautifiers/prettydiff.coffee","p":"file/src/beautifiers/prettydiff.coffee.html"},{"t":"src/beautifiers/pug-beautify.coffee","p":"file/src/beautifiers/pug-beautify.coffee.html"},{"t":"src/beautifiers/puppet-fix.coffee","p":"file/src/beautifiers/puppet-fix.coffee.html"},{"t":"src/beautifiers/remark.coffee","p":"file/src/beautifiers/remark.coffee.html"},{"t":"src/beautifiers/rubocop.coffee","p":"file/src/beautifiers/rubocop.coffee.html"},{"t":"src/beautifiers/ruby-beautify.coffee","p":"file/src/beautifiers/ruby-beautify.coffee.html"},{"t":"src/beautifiers/rustfmt.coffee","p":"file/src/beautifiers/rustfmt.coffee.html"},{"t":"src/beautifiers/sass-convert.coffee","p":"file/src/beautifiers/sass-convert.coffee.html"},{"t":"src/beautifiers/sqlformat.coffee","p":"file/src/beautifiers/sqlformat.coffee.html"},{"t":"src/beautifiers/stylish-haskell.coffee","p":"file/src/beautifiers/stylish-haskell.coffee.html"},{"t":"src/beautifiers/tidy-markdown.coffee","p":"file/src/beautifiers/tidy-markdown.coffee.html"},{"t":"src/beautifiers/typescript-formatter.coffee","p":"file/src/beautifiers/typescript-formatter.coffee.html"},{"t":"src/beautifiers/uncrustify/cfg.coffee","p":"file/src/beautifiers/uncrustify/cfg.coffee.html"},{"t":"src/beautifiers/uncrustify/index.coffee","p":"file/src/beautifiers/uncrustify/index.coffee.html"},{"t":"src/beautifiers/vue-beautifier.coffee","p":"file/src/beautifiers/vue-beautifier.coffee.html"},{"t":"src/beautifiers/yapf.coffee","p":"file/src/beautifiers/yapf.coffee.html"},{"t":"src/beautify.coffee","p":"file/src/beautify.coffee.html"},{"t":"src/config.coffee","p":"file/src/config.coffee.html"},{"t":"src/languages/apex.coffee","p":"file/src/languages/apex.coffee.html"},{"t":"src/languages/arduino.coffee","p":"file/src/languages/arduino.coffee.html"},{"t":"src/languages/bash.coffee","p":"file/src/languages/bash.coffee.html"},{"t":"src/languages/c-sharp.coffee","p":"file/src/languages/c-sharp.coffee.html"},{"t":"src/languages/c.coffee","p":"file/src/languages/c.coffee.html"},{"t":"src/languages/clojure.coffee","p":"file/src/languages/clojure.coffee.html"},{"t":"src/languages/coffeescript.coffee","p":"file/src/languages/coffeescript.coffee.html"},{"t":"src/languages/coldfusion.coffee","p":"file/src/languages/coldfusion.coffee.html"},{"t":"src/languages/cpp.coffee","p":"file/src/languages/cpp.coffee.html"},{"t":"src/languages/crystal.coffee","p":"file/src/languages/crystal.coffee.html"},{"t":"src/languages/css.coffee","p":"file/src/languages/css.coffee.html"},{"t":"src/languages/csv.coffee","p":"file/src/languages/csv.coffee.html"},{"t":"src/languages/d.coffee","p":"file/src/languages/d.coffee.html"},{"t":"src/languages/ejs.coffee","p":"file/src/languages/ejs.coffee.html"},{"t":"src/languages/elm.coffee","p":"file/src/languages/elm.coffee.html"},{"t":"src/languages/erb.coffee","p":"file/src/languages/erb.coffee.html"},{"t":"src/languages/erlang.coffee","p":"file/src/languages/erlang.coffee.html"},{"t":"src/languages/fortran.coffee","p":"file/src/languages/fortran.coffee.html"},{"t":"src/languages/gherkin.coffee","p":"file/src/languages/gherkin.coffee.html"},{"t":"src/languages/go.coffee","p":"file/src/languages/go.coffee.html"},{"t":"src/languages/handlebars.coffee","p":"file/src/languages/handlebars.coffee.html"},{"t":"src/languages/haskell.coffee","p":"file/src/languages/haskell.coffee.html"},{"t":"src/languages/html.coffee","p":"file/src/languages/html.coffee.html"},{"t":"src/languages/index.coffee","p":"file/src/languages/index.coffee.html"},{"t":"src/languages/jade.coffee","p":"file/src/languages/jade.coffee.html"},{"t":"src/languages/java.coffee","p":"file/src/languages/java.coffee.html"},{"t":"src/languages/javascript.coffee","p":"file/src/languages/javascript.coffee.html"},{"t":"src/languages/json.coffee","p":"file/src/languages/json.coffee.html"},{"t":"src/languages/jsx.coffee","p":"file/src/languages/jsx.coffee.html"},{"t":"src/languages/latex.coffee","p":"file/src/languages/latex.coffee.html"},{"t":"src/languages/less.coffee","p":"file/src/languages/less.coffee.html"},{"t":"src/languages/lua.coffee","p":"file/src/languages/lua.coffee.html"},{"t":"src/languages/markdown.coffee","p":"file/src/languages/markdown.coffee.html"},{"t":"src/languages/marko.coffee","p":"file/src/languages/marko.coffee.html"},{"t":"src/languages/mustache.coffee","p":"file/src/languages/mustache.coffee.html"},{"t":"src/languages/nunjucks.coffee","p":"file/src/languages/nunjucks.coffee.html"},{"t":"src/languages/objective-c.coffee","p":"file/src/languages/objective-c.coffee.html"},{"t":"src/languages/ocaml.coffee","p":"file/src/languages/ocaml.coffee.html"},{"t":"src/languages/pawn.coffee","p":"file/src/languages/pawn.coffee.html"},{"t":"src/languages/perl.coffee","p":"file/src/languages/perl.coffee.html"},{"t":"src/languages/php.coffee","p":"file/src/languages/php.coffee.html"},{"t":"src/languages/puppet.coffee","p":"file/src/languages/puppet.coffee.html"},{"t":"src/languages/python.coffee","p":"file/src/languages/python.coffee.html"},{"t":"src/languages/r.coffee","p":"file/src/languages/r.coffee.html"},{"t":"src/languages/riotjs.coffee","p":"file/src/languages/riotjs.coffee.html"},{"t":"src/languages/ruby.coffee","p":"file/src/languages/ruby.coffee.html"},{"t":"src/languages/rust.coffee","p":"file/src/languages/rust.coffee.html"},{"t":"src/languages/sass.coffee","p":"file/src/languages/sass.coffee.html"},{"t":"src/languages/scss.coffee","p":"file/src/languages/scss.coffee.html"},{"t":"src/languages/spacebars.coffee","p":"file/src/languages/spacebars.coffee.html"},{"t":"src/languages/sql.coffee","p":"file/src/languages/sql.coffee.html"},{"t":"src/languages/svg.coffee","p":"file/src/languages/svg.coffee.html"},{"t":"src/languages/swig.coffee","p":"file/src/languages/swig.coffee.html"},{"t":"src/languages/tss.coffee","p":"file/src/languages/tss.coffee.html"},{"t":"src/languages/twig.coffee","p":"file/src/languages/twig.coffee.html"},{"t":"src/languages/typescript.coffee","p":"file/src/languages/typescript.coffee.html"},{"t":"src/languages/ux_markup.coffee","p":"file/src/languages/ux_markup.coffee.html"},{"t":"src/languages/vala.coffee","p":"file/src/languages/vala.coffee.html"},{"t":"src/languages/visualforce.coffee","p":"file/src/languages/visualforce.coffee.html"},{"t":"src/languages/vue.coffee","p":"file/src/languages/vue.coffee.html"},{"t":"src/languages/xml.coffee","p":"file/src/languages/xml.coffee.html"},{"t":"src/languages/xtemplate.coffee","p":"file/src/languages/xtemplate.coffee.html"},{"t":"src/views/loading-view.coffee","p":"file/src/views/loading-view.coffee.html"},{"t":"src/views/message-view.coffee","p":"file/src/views/message-view.coffee.html"},{"t":"README.md","p":"extra/README.md.html"},{"t":"CHANGELOG.md","p":"extra/CHANGELOG.md.html"},{"t":"MessageView#addMessage","p":"class/MessageView.html#addMessage-dynamic"},{"t":"Gherkin#beautify","p":"class/Gherkin.html#beautify-dynamic"},{"t":"PerlTidy#beautify","p":"class/PerlTidy.html#beautify-dynamic"},{"t":"src/beautify.coffee~beautify","p":"file/src/beautify.coffee.html#beautify-"},{"t":"OCPIndent#beautify","p":"class/OCPIndent.html#beautify-dynamic"},{"t":"MarkoBeautifier#beautify","p":"class/MarkoBeautifier.html#beautify-dynamic"},{"t":"Lua#beautify","p":"class/Lua.html#beautify-dynamic"},{"t":"LatexBeautify#beautify","p":"class/LatexBeautify.html#beautify-dynamic"},{"t":"Autopep8#beautify","p":"class/Autopep8.html#beautify-dynamic"},{"t":"Sqlformat#beautify","p":"class/Sqlformat.html#beautify-dynamic"},{"t":"SassConvert#beautify","p":"class/SassConvert.html#beautify-dynamic"},{"t":"JSCSFixer#beautify","p":"class/JSCSFixer.html#beautify-dynamic"},{"t":"JSBeautify#beautify","p":"class/JSBeautify.html#beautify-dynamic"},{"t":"Rustfmt#beautify","p":"class/Rustfmt.html#beautify-dynamic"},{"t":"PHPCBF#beautify","p":"class/PHPCBF.html#beautify-dynamic"},{"t":"StylishHaskell#beautify","p":"class/StylishHaskell.html#beautify-dynamic"},{"t":"PrettyDiff#beautify","p":"class/PrettyDiff.html#beautify-dynamic"},{"t":"PugBeautify#beautify","p":"class/PugBeautify.html#beautify-dynamic"},{"t":"RubyBeautify#beautify","p":"class/RubyBeautify.html#beautify-dynamic"},{"t":"TidyMarkdown#beautify","p":"class/TidyMarkdown.html#beautify-dynamic"},{"t":"BashBeautify#beautify","p":"class/BashBeautify.html#beautify-dynamic"},{"t":"TypeScriptFormatter#beautify","p":"class/TypeScriptFormatter.html#beautify-dynamic"},{"t":"ClangFormat#beautify","p":"class/ClangFormat.html#beautify-dynamic"},{"t":"Cljfmt#beautify","p":"class/Cljfmt.html#beautify-dynamic"},{"t":"CoffeeFmt#beautify","p":"class/CoffeeFmt.html#beautify-dynamic"},{"t":"CoffeeFormatter#beautify","p":"class/CoffeeFormatter.html#beautify-dynamic"},{"t":"Crystal#beautify","p":"class/Crystal.html#beautify-dynamic"},{"t":"JSBeautify#beautify","p":"class/JSBeautify.html#beautify-dynamic"},{"t":"Dfmt#beautify","p":"class/Dfmt.html#beautify-dynamic"},{"t":"ElmFormat#beautify","p":"class/ElmFormat.html#beautify-dynamic"},{"t":"ErlTidy#beautify","p":"class/ErlTidy.html#beautify-dynamic"},{"t":"R#beautify","p":"class/R.html#beautify-dynamic"},{"t":"FortranBeautifier#beautify","p":"class/FortranBeautifier.html#beautify-dynamic"},{"t":"Beautifiers#beautify","p":"class/Beautifiers.html#beautify-dynamic"},{"t":"Gofmt#beautify","p":"class/Gofmt.html#beautify-dynamic"},{"t":"HTMLBeautifier#beautify","p":"class/HTMLBeautifier.html#beautify-dynamic"},{"t":"Uncrustify#beautify","p":"class/Uncrustify.html#beautify-dynamic"},{"t":"VueBeautifier#beautify","p":"class/VueBeautifier.html#beautify-dynamic"},{"t":"Rubocop#beautify","p":"class/Rubocop.html#beautify-dynamic"},{"t":"Yapf#beautify","p":"class/Yapf.html#beautify-dynamic"},{"t":"Remark#beautify","p":"class/Remark.html#beautify-dynamic"},{"t":"PuppetFix#beautify","p":"class/PuppetFix.html#beautify-dynamic"},{"t":"PHPCSFixer#beautify","p":"class/PHPCSFixer.html#beautify-dynamic"},{"t":"src/beautify.coffee~beautifyDirectory","p":"file/src/beautify.coffee.html#beautifyDirectory-"},{"t":"src/beautify.coffee~beautifyFile","p":"file/src/beautify.coffee.html#beautifyFile-"},{"t":"src/beautify.coffee~beautifyFilePath","p":"file/src/beautify.coffee.html#beautifyFilePath-"},{"t":"LatexBeautify#buildConfigFile","p":"class/LatexBeautify.html#buildConfigFile-dynamic"},{"t":"MessageView#clearMessages","p":"class/MessageView.html#clearMessages-dynamic"},{"t":"PerlTidy#cli","p":"class/PerlTidy.html#cli-dynamic"},{"t":"PuppetFix#cli","p":"class/PuppetFix.html#cli-dynamic"},{"t":"MessageView#close","p":"class/MessageView.html#close-dynamic"},{"t":"Beautifier#commandNotFoundError","p":"class/Beautifier.html#commandNotFoundError-dynamic"},{"t":"Languages#constructor","p":"class/Languages.html#constructor-dynamic"},{"t":"Beautifiers#constructor","p":"class/Beautifiers.html#constructor-dynamic"},{"t":"MessageView#constructor","p":"class/MessageView.html#constructor-dynamic"},{"t":"Beautifier#constructor","p":"class/Beautifier.html#constructor-dynamic"},{"t":"LoadingView.content","p":"class/LoadingView.html#content-static"},{"t":"MessageView.content","p":"class/MessageView.html#content-static"},{"t":"src/beautify.coffee~debug","p":"file/src/beautify.coffee.html#debug-"},{"t":"Beautifier#deprecate","p":"class/Beautifier.html#deprecate-dynamic"},{"t":"MessageView#destroy","p":"class/MessageView.html#destroy-dynamic"},{"t":"ClangFormat#dumpToFile","p":"class/ClangFormat.html#dumpToFile-dynamic"},{"t":"Beautifiers#encodeURI","p":"class/Beautifiers.html#encodeURI-dynamic"},{"t":"Beautifiers#findConfig","p":"class/Beautifiers.html#findConfig-dynamic"},{"t":"Beautifiers#findFile","p":"class/Beautifiers.html#findFile-dynamic"},{"t":"Beautifier#findFile","p":"class/Beautifier.html#findFile-dynamic"},{"t":"Beautifiers#getBeautifierForLanguage","p":"class/Beautifiers.html#getBeautifierForLanguage-dynamic"},{"t":"Beautifiers#getBeautifiers","p":"class/Beautifiers.html#getBeautifiers-dynamic"},{"t":"Beautifiers#getConfig","p":"class/Beautifiers.html#getConfig-dynamic"},{"t":"Beautifiers#getConfigOptionsFromSettings","p":"class/Beautifiers.html#getConfigOptionsFromSettings-dynamic"},{"t":"src/beautify.coffee~getCursors","p":"file/src/beautify.coffee.html#getCursors-"},{"t":"Beautifiers#getLanguage","p":"class/Beautifiers.html#getLanguage-dynamic"},{"t":"Languages#getLanguages","p":"class/Languages.html#getLanguages-dynamic"},{"t":"Beautifiers#getOptions","p":"class/Beautifiers.html#getOptions-dynamic"},{"t":"Beautifiers#getOptionsForLanguage","p":"class/Beautifiers.html#getOptionsForLanguage-dynamic"},{"t":"Beautifiers#getOptionsForPath","p":"class/Beautifiers.html#getOptionsForPath-dynamic"},{"t":"src/beautify.coffee~getScrollTop","p":"file/src/beautify.coffee.html#getScrollTop-"},{"t":"Beautifier#getShellEnvironment","p":"class/Beautifier.html#getShellEnvironment-dynamic"},{"t":"Beautifiers#getUserHome","p":"class/Beautifiers.html#getUserHome-dynamic"},{"t":"LoadingView#hide","p":"class/LoadingView.html#hide-dynamic"},{"t":"Beautifiers#isNestedOptions","p":"class/Beautifiers.html#isNestedOptions-dynamic"},{"t":"Beautifier#readFile","p":"class/Beautifier.html#readFile-dynamic"},{"t":"MessageView#refresh","p":"class/MessageView.html#refresh-dynamic"},{"t":"Beautifier#run","p":"class/Beautifier.html#run-dynamic"},{"t":"src/beautify.coffee~setCursors","p":"file/src/beautify.coffee.html#setCursors-"},{"t":"src/beautify.coffee~setScrollTop","p":"file/src/beautify.coffee.html#setScrollTop-"},{"t":"LatexBeautify#setUpDir","p":"class/LatexBeautify.html#setUpDir-dynamic"},{"t":"Beautifier#setupLogger","p":"class/Beautifier.html#setupLogger-dynamic"},{"t":"MessageView#show","p":"class/MessageView.html#show-dynamic"},{"t":"LoadingView#show","p":"class/LoadingView.html#show-dynamic"},{"t":"src/beautify.coffee~showError","p":"file/src/beautify.coffee.html#showError-"},{"t":"Beautifier#spawn","p":"class/Beautifier.html#spawn-dynamic"},{"t":"Beautifier#tempFile","p":"class/Beautifier.html#tempFile-dynamic"},{"t":"Beautifiers#track","p":"class/Beautifiers.html#track-dynamic"},{"t":"Beautifiers#trackEvent","p":"class/Beautifiers.html#trackEvent-dynamic"},{"t":"Beautifiers#trackTiming","p":"class/Beautifiers.html#trackTiming-dynamic"},{"t":"Beautifiers#transformOptions","p":"class/Beautifiers.html#transformOptions-dynamic"},{"t":"Beautifiers#verifyExists","p":"class/Beautifiers.html#verifyExists-dynamic"},{"t":"Beautifier#which","p":"class/Beautifier.html#which-dynamic"}] \ No newline at end of file +window.searchData = [{"t":"AlignYaml","p":"class/AlignYaml.html"},{"t":"Autopep8","p":"class/Autopep8.html"},{"t":"Beautifier","p":"class/Beautifier.html"},{"t":"BashBeautify","p":"class/BashBeautify.html"},{"t":"Brittany","p":"class/Brittany.html"},{"t":"ClangFormat","p":"class/ClangFormat.html"},{"t":"Cljfmt","p":"class/Cljfmt.html"},{"t":"CoffeeFmt","p":"class/CoffeeFmt.html"},{"t":"CoffeeFormatter","p":"class/CoffeeFormatter.html"},{"t":"Crystal","p":"class/Crystal.html"},{"t":"JSBeautify","p":"class/JSBeautify.html"},{"t":"Dfmt","p":"class/Dfmt.html"},{"t":"ElmFormat","p":"class/ElmFormat.html"},{"t":"ErlTidy","p":"class/ErlTidy.html"},{"t":"ESLintFixer","p":"class/ESLintFixer.html"},{"t":"Executable","p":"class/Executable.html"},{"t":"HybridExecutable","p":"class/HybridExecutable.html"},{"t":"R","p":"class/R.html"},{"t":"FortranBeautifier","p":"class/FortranBeautifier.html"},{"t":"Gherkin","p":"class/Gherkin.html"},{"t":"GN","p":"class/GN.html"},{"t":"Gofmt","p":"class/Gofmt.html"},{"t":"Goimports","p":"class/Goimports.html"},{"t":"HhFormat","p":"class/HhFormat.html"},{"t":"Hindent","p":"class/Hindent.html"},{"t":"HTMLBeautifier","p":"class/HTMLBeautifier.html"},{"t":"Beautifiers","p":"class/Beautifiers.html"},{"t":"JSBeautify","p":"class/JSBeautify.html"},{"t":"JSCSFixer","p":"class/JSCSFixer.html"},{"t":"LatexBeautify","p":"class/LatexBeautify.html"},{"t":"Lua","p":"class/Lua.html"},{"t":"MarkoBeautifier","p":"class/MarkoBeautifier.html"},{"t":"NginxBeautify","p":"class/NginxBeautify.html"},{"t":"OCPIndent","p":"class/OCPIndent.html"},{"t":"PerlTidy","p":"class/PerlTidy.html"},{"t":"PHPCSFixer","p":"class/PHPCSFixer.html"},{"t":"PHPCBF","p":"class/PHPCBF.html"},{"t":"Prettier","p":"class/Prettier.html"},{"t":"PrettyDiff","p":"class/PrettyDiff.html"},{"t":"PugBeautify","p":"class/PugBeautify.html"},{"t":"PuppetFix","p":"class/PuppetFix.html"},{"t":"PythonBeautifier","p":"class/PythonBeautifier.html"},{"t":"Remark","p":"class/Remark.html"},{"t":"Rubocop","p":"class/Rubocop.html"},{"t":"RubyBeautify","p":"class/RubyBeautify.html"},{"t":"Rustfmt","p":"class/Rustfmt.html"},{"t":"SassConvert","p":"class/SassConvert.html"},{"t":"Sqlformat","p":"class/Sqlformat.html"},{"t":"StylishHaskell","p":"class/StylishHaskell.html"},{"t":"Terraformfmt","p":"class/Terraformfmt.html"},{"t":"TidyMarkdown","p":"class/TidyMarkdown.html"},{"t":"TypeScriptFormatter","p":"class/TypeScriptFormatter.html"},{"t":"Uncrustify","p":"class/Uncrustify.html"},{"t":"EmacsVerilogMode","p":"class/EmacsVerilogMode.html"},{"t":"VhdlBeautifier","p":"class/VhdlBeautifier.html"},{"t":"VueBeautifier","p":"class/VueBeautifier.html"},{"t":"Yapf","p":"class/Yapf.html"},{"t":"Languages","p":"class/Languages.html"},{"t":"LoadingView","p":"class/LoadingView.html"},{"t":"src/beautifiers/align-yaml.coffee","p":"file/src/beautifiers/align-yaml.coffee.html"},{"t":"src/beautifiers/autopep8.coffee","p":"file/src/beautifiers/autopep8.coffee.html"},{"t":"src/beautifiers/beautifier.coffee","p":"file/src/beautifiers/beautifier.coffee.html"},{"t":"src/beautifiers/beautysh.coffee","p":"file/src/beautifiers/beautysh.coffee.html"},{"t":"src/beautifiers/brittany.coffee","p":"file/src/beautifiers/brittany.coffee.html"},{"t":"src/beautifiers/clang-format.coffee","p":"file/src/beautifiers/clang-format.coffee.html"},{"t":"src/beautifiers/cljfmt/index.coffee","p":"file/src/beautifiers/cljfmt/index.coffee.html"},{"t":"src/beautifiers/coffee-fmt.coffee","p":"file/src/beautifiers/coffee-fmt.coffee.html"},{"t":"src/beautifiers/coffee-formatter.coffee","p":"file/src/beautifiers/coffee-formatter.coffee.html"},{"t":"src/beautifiers/crystal.coffee","p":"file/src/beautifiers/crystal.coffee.html"},{"t":"src/beautifiers/csscomb.coffee","p":"file/src/beautifiers/csscomb.coffee.html"},{"t":"src/beautifiers/dfmt.coffee","p":"file/src/beautifiers/dfmt.coffee.html"},{"t":"src/beautifiers/elm-format.coffee","p":"file/src/beautifiers/elm-format.coffee.html"},{"t":"src/beautifiers/erl_tidy.coffee","p":"file/src/beautifiers/erl_tidy.coffee.html"},{"t":"src/beautifiers/eslint.coffee","p":"file/src/beautifiers/eslint.coffee.html"},{"t":"src/beautifiers/executable.coffee","p":"file/src/beautifiers/executable.coffee.html"},{"t":"src/beautifiers/formatR/index.coffee","p":"file/src/beautifiers/formatR/index.coffee.html"},{"t":"src/beautifiers/fortran-beautifier/index.coffee","p":"file/src/beautifiers/fortran-beautifier/index.coffee.html"},{"t":"src/beautifiers/gherkin.coffee","p":"file/src/beautifiers/gherkin.coffee.html"},{"t":"src/beautifiers/gn.coffee","p":"file/src/beautifiers/gn.coffee.html"},{"t":"src/beautifiers/gofmt.coffee","p":"file/src/beautifiers/gofmt.coffee.html"},{"t":"src/beautifiers/goimports.coffee","p":"file/src/beautifiers/goimports.coffee.html"},{"t":"src/beautifiers/hh_format.coffee","p":"file/src/beautifiers/hh_format.coffee.html"},{"t":"src/beautifiers/hindent.coffee","p":"file/src/beautifiers/hindent.coffee.html"},{"t":"src/beautifiers/htmlbeautifier.coffee","p":"file/src/beautifiers/htmlbeautifier.coffee.html"},{"t":"src/beautifiers/index.coffee","p":"file/src/beautifiers/index.coffee.html"},{"t":"src/beautifiers/js-beautify.coffee","p":"file/src/beautifiers/js-beautify.coffee.html"},{"t":"src/beautifiers/jscs.coffee","p":"file/src/beautifiers/jscs.coffee.html"},{"t":"src/beautifiers/latex-beautify.coffee","p":"file/src/beautifiers/latex-beautify.coffee.html"},{"t":"src/beautifiers/lua-beautifier/beautifier.coffee","p":"file/src/beautifiers/lua-beautifier/beautifier.coffee.html"},{"t":"src/beautifiers/lua-beautifier/index.coffee","p":"file/src/beautifiers/lua-beautifier/index.coffee.html"},{"t":"src/beautifiers/marko-beautifier.coffee","p":"file/src/beautifiers/marko-beautifier.coffee.html"},{"t":"src/beautifiers/nginx-beautify.coffee","p":"file/src/beautifiers/nginx-beautify.coffee.html"},{"t":"src/beautifiers/ocp-indent.coffee","p":"file/src/beautifiers/ocp-indent.coffee.html"},{"t":"src/beautifiers/perltidy.coffee","p":"file/src/beautifiers/perltidy.coffee.html"},{"t":"src/beautifiers/php-cs-fixer.coffee","p":"file/src/beautifiers/php-cs-fixer.coffee.html"},{"t":"src/beautifiers/phpcbf.coffee","p":"file/src/beautifiers/phpcbf.coffee.html"},{"t":"src/beautifiers/prettier.coffee","p":"file/src/beautifiers/prettier.coffee.html"},{"t":"src/beautifiers/prettydiff.coffee","p":"file/src/beautifiers/prettydiff.coffee.html"},{"t":"src/beautifiers/pug-beautify.coffee","p":"file/src/beautifiers/pug-beautify.coffee.html"},{"t":"src/beautifiers/puppet-fix.coffee","p":"file/src/beautifiers/puppet-fix.coffee.html"},{"t":"src/beautifiers/pybeautifier.coffee","p":"file/src/beautifiers/pybeautifier.coffee.html"},{"t":"src/beautifiers/remark.coffee","p":"file/src/beautifiers/remark.coffee.html"},{"t":"src/beautifiers/rubocop.coffee","p":"file/src/beautifiers/rubocop.coffee.html"},{"t":"src/beautifiers/ruby-beautify.coffee","p":"file/src/beautifiers/ruby-beautify.coffee.html"},{"t":"src/beautifiers/rustfmt.coffee","p":"file/src/beautifiers/rustfmt.coffee.html"},{"t":"src/beautifiers/sass-convert.coffee","p":"file/src/beautifiers/sass-convert.coffee.html"},{"t":"src/beautifiers/sqlformat.coffee","p":"file/src/beautifiers/sqlformat.coffee.html"},{"t":"src/beautifiers/stylish-haskell.coffee","p":"file/src/beautifiers/stylish-haskell.coffee.html"},{"t":"src/beautifiers/terraformfmt.coffee","p":"file/src/beautifiers/terraformfmt.coffee.html"},{"t":"src/beautifiers/tidy-markdown.coffee","p":"file/src/beautifiers/tidy-markdown.coffee.html"},{"t":"src/beautifiers/typescript-formatter.coffee","p":"file/src/beautifiers/typescript-formatter.coffee.html"},{"t":"src/beautifiers/uncrustify/cfg.coffee","p":"file/src/beautifiers/uncrustify/cfg.coffee.html"},{"t":"src/beautifiers/uncrustify/index.coffee","p":"file/src/beautifiers/uncrustify/index.coffee.html"},{"t":"src/beautifiers/verilog-mode/index.coffee","p":"file/src/beautifiers/verilog-mode/index.coffee.html"},{"t":"src/beautifiers/vhdl-beautifier/index.coffee","p":"file/src/beautifiers/vhdl-beautifier/index.coffee.html"},{"t":"src/beautifiers/vue-beautifier.coffee","p":"file/src/beautifiers/vue-beautifier.coffee.html"},{"t":"src/beautifiers/yapf.coffee","p":"file/src/beautifiers/yapf.coffee.html"},{"t":"src/beautify.coffee","p":"file/src/beautify.coffee.html"},{"t":"src/config.coffee","p":"file/src/config.coffee.html"},{"t":"src/languages/apex.coffee","p":"file/src/languages/apex.coffee.html"},{"t":"src/languages/arduino.coffee","p":"file/src/languages/arduino.coffee.html"},{"t":"src/languages/bash.coffee","p":"file/src/languages/bash.coffee.html"},{"t":"src/languages/c-sharp.coffee","p":"file/src/languages/c-sharp.coffee.html"},{"t":"src/languages/c.coffee","p":"file/src/languages/c.coffee.html"},{"t":"src/languages/clojure.coffee","p":"file/src/languages/clojure.coffee.html"},{"t":"src/languages/coffeescript.coffee","p":"file/src/languages/coffeescript.coffee.html"},{"t":"src/languages/coldfusion.coffee","p":"file/src/languages/coldfusion.coffee.html"},{"t":"src/languages/cpp.coffee","p":"file/src/languages/cpp.coffee.html"},{"t":"src/languages/crystal.coffee","p":"file/src/languages/crystal.coffee.html"},{"t":"src/languages/css.coffee","p":"file/src/languages/css.coffee.html"},{"t":"src/languages/csv.coffee","p":"file/src/languages/csv.coffee.html"},{"t":"src/languages/d.coffee","p":"file/src/languages/d.coffee.html"},{"t":"src/languages/ejs.coffee","p":"file/src/languages/ejs.coffee.html"},{"t":"src/languages/elm.coffee","p":"file/src/languages/elm.coffee.html"},{"t":"src/languages/erb.coffee","p":"file/src/languages/erb.coffee.html"},{"t":"src/languages/erlang.coffee","p":"file/src/languages/erlang.coffee.html"},{"t":"src/languages/fortran.coffee","p":"file/src/languages/fortran.coffee.html"},{"t":"src/languages/gherkin.coffee","p":"file/src/languages/gherkin.coffee.html"},{"t":"src/languages/glsl.coffee","p":"file/src/languages/glsl.coffee.html"},{"t":"src/languages/gn.coffee","p":"file/src/languages/gn.coffee.html"},{"t":"src/languages/go.coffee","p":"file/src/languages/go.coffee.html"},{"t":"src/languages/gohtml.coffee","p":"file/src/languages/gohtml.coffee.html"},{"t":"src/languages/handlebars.coffee","p":"file/src/languages/handlebars.coffee.html"},{"t":"src/languages/haskell.coffee","p":"file/src/languages/haskell.coffee.html"},{"t":"src/languages/html.coffee","p":"file/src/languages/html.coffee.html"},{"t":"src/languages/index.coffee","p":"file/src/languages/index.coffee.html"},{"t":"src/languages/jade.coffee","p":"file/src/languages/jade.coffee.html"},{"t":"src/languages/java.coffee","p":"file/src/languages/java.coffee.html"},{"t":"src/languages/javascript.coffee","p":"file/src/languages/javascript.coffee.html"},{"t":"src/languages/json.coffee","p":"file/src/languages/json.coffee.html"},{"t":"src/languages/jsx.coffee","p":"file/src/languages/jsx.coffee.html"},{"t":"src/languages/latex.coffee","p":"file/src/languages/latex.coffee.html"},{"t":"src/languages/less.coffee","p":"file/src/languages/less.coffee.html"},{"t":"src/languages/lua.coffee","p":"file/src/languages/lua.coffee.html"},{"t":"src/languages/markdown.coffee","p":"file/src/languages/markdown.coffee.html"},{"t":"src/languages/marko.coffee","p":"file/src/languages/marko.coffee.html"},{"t":"src/languages/mustache.coffee","p":"file/src/languages/mustache.coffee.html"},{"t":"src/languages/nginx.coffee","p":"file/src/languages/nginx.coffee.html"},{"t":"src/languages/nunjucks.coffee","p":"file/src/languages/nunjucks.coffee.html"},{"t":"src/languages/objective-c.coffee","p":"file/src/languages/objective-c.coffee.html"},{"t":"src/languages/ocaml.coffee","p":"file/src/languages/ocaml.coffee.html"},{"t":"src/languages/pawn.coffee","p":"file/src/languages/pawn.coffee.html"},{"t":"src/languages/perl.coffee","p":"file/src/languages/perl.coffee.html"},{"t":"src/languages/php.coffee","p":"file/src/languages/php.coffee.html"},{"t":"src/languages/puppet.coffee","p":"file/src/languages/puppet.coffee.html"},{"t":"src/languages/python.coffee","p":"file/src/languages/python.coffee.html"},{"t":"src/languages/r.coffee","p":"file/src/languages/r.coffee.html"},{"t":"src/languages/riotjs.coffee","p":"file/src/languages/riotjs.coffee.html"},{"t":"src/languages/ruby.coffee","p":"file/src/languages/ruby.coffee.html"},{"t":"src/languages/rust.coffee","p":"file/src/languages/rust.coffee.html"},{"t":"src/languages/sass.coffee","p":"file/src/languages/sass.coffee.html"},{"t":"src/languages/scss.coffee","p":"file/src/languages/scss.coffee.html"},{"t":"src/languages/spacebars.coffee","p":"file/src/languages/spacebars.coffee.html"},{"t":"src/languages/sql.coffee","p":"file/src/languages/sql.coffee.html"},{"t":"src/languages/svg.coffee","p":"file/src/languages/svg.coffee.html"},{"t":"src/languages/swig.coffee","p":"file/src/languages/swig.coffee.html"},{"t":"src/languages/terraform.coffee","p":"file/src/languages/terraform.coffee.html"},{"t":"src/languages/tss.coffee","p":"file/src/languages/tss.coffee.html"},{"t":"src/languages/tsx.coffee","p":"file/src/languages/tsx.coffee.html"},{"t":"src/languages/twig.coffee","p":"file/src/languages/twig.coffee.html"},{"t":"src/languages/typescript.coffee","p":"file/src/languages/typescript.coffee.html"},{"t":"src/languages/ux_markup.coffee","p":"file/src/languages/ux_markup.coffee.html"},{"t":"src/languages/vala.coffee","p":"file/src/languages/vala.coffee.html"},{"t":"src/languages/verilog.coffee","p":"file/src/languages/verilog.coffee.html"},{"t":"src/languages/vhdl.coffee","p":"file/src/languages/vhdl.coffee.html"},{"t":"src/languages/visualforce.coffee","p":"file/src/languages/visualforce.coffee.html"},{"t":"src/languages/vue.coffee","p":"file/src/languages/vue.coffee.html"},{"t":"src/languages/xml.coffee","p":"file/src/languages/xml.coffee.html"},{"t":"src/languages/xtemplate.coffee","p":"file/src/languages/xtemplate.coffee.html"},{"t":"src/languages/yaml.coffee","p":"file/src/languages/yaml.coffee.html"},{"t":"src/views/loading-view.coffee","p":"file/src/views/loading-view.coffee.html"},{"t":"README.md","p":"extra/README.md.html"},{"t":"CHANGELOG.md","p":"extra/CHANGELOG.md.html"},{"t":"src/beautifiers/lua-beautifier/beautifier.coffee~DEFAULT_WARN_FN","p":"file/src/beautifiers/lua-beautifier/beautifier.coffee.html#DEFAULT_WARN_FN-"},{"t":"src/beautifiers/lua-beautifier/beautifier.coffee~adjust_space","p":"file/src/beautifiers/lua-beautifier/beautifier.coffee.html#adjust_space-"},{"t":"Yapf#beautify","p":"class/Yapf.html#beautify-dynamic"},{"t":"VueBeautifier#beautify","p":"class/VueBeautifier.html#beautify-dynamic"},{"t":"VhdlBeautifier#beautify","p":"class/VhdlBeautifier.html#beautify-dynamic"},{"t":"EmacsVerilogMode#beautify","p":"class/EmacsVerilogMode.html#beautify-dynamic"},{"t":"Uncrustify#beautify","p":"class/Uncrustify.html#beautify-dynamic"},{"t":"TypeScriptFormatter#beautify","p":"class/TypeScriptFormatter.html#beautify-dynamic"},{"t":"src/beautify.coffee~beautify","p":"file/src/beautify.coffee.html#beautify-"},{"t":"TidyMarkdown#beautify","p":"class/TidyMarkdown.html#beautify-dynamic"},{"t":"Terraformfmt#beautify","p":"class/Terraformfmt.html#beautify-dynamic"},{"t":"StylishHaskell#beautify","p":"class/StylishHaskell.html#beautify-dynamic"},{"t":"Sqlformat#beautify","p":"class/Sqlformat.html#beautify-dynamic"},{"t":"AlignYaml#beautify","p":"class/AlignYaml.html#beautify-dynamic"},{"t":"Autopep8#beautify","p":"class/Autopep8.html#beautify-dynamic"},{"t":"SassConvert#beautify","p":"class/SassConvert.html#beautify-dynamic"},{"t":"Rustfmt#beautify","p":"class/Rustfmt.html#beautify-dynamic"},{"t":"RubyBeautify#beautify","p":"class/RubyBeautify.html#beautify-dynamic"},{"t":"Rubocop#beautify","p":"class/Rubocop.html#beautify-dynamic"},{"t":"Remark#beautify","p":"class/Remark.html#beautify-dynamic"},{"t":"PythonBeautifier#beautify","p":"class/PythonBeautifier.html#beautify-dynamic"},{"t":"PuppetFix#beautify","p":"class/PuppetFix.html#beautify-dynamic"},{"t":"PugBeautify#beautify","p":"class/PugBeautify.html#beautify-dynamic"},{"t":"PrettyDiff#beautify","p":"class/PrettyDiff.html#beautify-dynamic"},{"t":"Prettier#beautify","p":"class/Prettier.html#beautify-dynamic"},{"t":"PHPCBF#beautify","p":"class/PHPCBF.html#beautify-dynamic"},{"t":"PHPCSFixer#beautify","p":"class/PHPCSFixer.html#beautify-dynamic"},{"t":"PerlTidy#beautify","p":"class/PerlTidy.html#beautify-dynamic"},{"t":"BashBeautify#beautify","p":"class/BashBeautify.html#beautify-dynamic"},{"t":"Brittany#beautify","p":"class/Brittany.html#beautify-dynamic"},{"t":"OCPIndent#beautify","p":"class/OCPIndent.html#beautify-dynamic"},{"t":"ClangFormat#beautify","p":"class/ClangFormat.html#beautify-dynamic"},{"t":"Cljfmt#beautify","p":"class/Cljfmt.html#beautify-dynamic"},{"t":"CoffeeFmt#beautify","p":"class/CoffeeFmt.html#beautify-dynamic"},{"t":"CoffeeFormatter#beautify","p":"class/CoffeeFormatter.html#beautify-dynamic"},{"t":"Crystal#beautify","p":"class/Crystal.html#beautify-dynamic"},{"t":"JSBeautify#beautify","p":"class/JSBeautify.html#beautify-dynamic"},{"t":"Dfmt#beautify","p":"class/Dfmt.html#beautify-dynamic"},{"t":"ElmFormat#beautify","p":"class/ElmFormat.html#beautify-dynamic"},{"t":"ErlTidy#beautify","p":"class/ErlTidy.html#beautify-dynamic"},{"t":"ESLintFixer#beautify","p":"class/ESLintFixer.html#beautify-dynamic"},{"t":"NginxBeautify#beautify","p":"class/NginxBeautify.html#beautify-dynamic"},{"t":"MarkoBeautifier#beautify","p":"class/MarkoBeautifier.html#beautify-dynamic"},{"t":"Lua#beautify","p":"class/Lua.html#beautify-dynamic"},{"t":"LatexBeautify#beautify","p":"class/LatexBeautify.html#beautify-dynamic"},{"t":"JSCSFixer#beautify","p":"class/JSCSFixer.html#beautify-dynamic"},{"t":"JSBeautify#beautify","p":"class/JSBeautify.html#beautify-dynamic"},{"t":"Beautifiers#beautify","p":"class/Beautifiers.html#beautify-dynamic"},{"t":"HTMLBeautifier#beautify","p":"class/HTMLBeautifier.html#beautify-dynamic"},{"t":"Hindent#beautify","p":"class/Hindent.html#beautify-dynamic"},{"t":"HhFormat#beautify","p":"class/HhFormat.html#beautify-dynamic"},{"t":"Goimports#beautify","p":"class/Goimports.html#beautify-dynamic"},{"t":"Gofmt#beautify","p":"class/Gofmt.html#beautify-dynamic"},{"t":"GN#beautify","p":"class/GN.html#beautify-dynamic"},{"t":"Gherkin#beautify","p":"class/Gherkin.html#beautify-dynamic"},{"t":"FortranBeautifier#beautify","p":"class/FortranBeautifier.html#beautify-dynamic"},{"t":"R#beautify","p":"class/R.html#beautify-dynamic"},{"t":"src/beautify.coffee~beautifyDirectory","p":"file/src/beautify.coffee.html#beautifyDirectory-"},{"t":"src/beautify.coffee~beautifyFile","p":"file/src/beautify.coffee.html#beautifyFile-"},{"t":"src/beautify.coffee~beautifyFilePath","p":"file/src/beautify.coffee.html#beautifyFilePath-"},{"t":"LatexBeautify#buildConfigFile","p":"class/LatexBeautify.html#buildConfigFile-dynamic"},{"t":"PerlTidy#cli","p":"class/PerlTidy.html#cli-dynamic"},{"t":"Executable#commandNotFoundError","p":"class/Executable.html#commandNotFoundError-dynamic"},{"t":"Executable.commandNotFoundError","p":"class/Executable.html#commandNotFoundError-static"},{"t":"Beautifiers#constructor","p":"class/Beautifiers.html#constructor-dynamic"},{"t":"HybridExecutable#constructor","p":"class/HybridExecutable.html#constructor-dynamic"},{"t":"Languages#constructor","p":"class/Languages.html#constructor-dynamic"},{"t":"Executable#constructor","p":"class/Executable.html#constructor-dynamic"},{"t":"Beautifier#constructor","p":"class/Beautifier.html#constructor-dynamic"},{"t":"LoadingView.content","p":"class/LoadingView.html#content-static"},{"t":"src/beautify.coffee~debug","p":"file/src/beautify.coffee.html#debug-"},{"t":"Beautifier#deprecate","p":"class/Beautifier.html#deprecate-dynamic"},{"t":"Beautifier#deprecateOptionForExecutable","p":"class/Beautifier.html#deprecateOptionForExecutable-dynamic"},{"t":"HybridExecutable.dockerExecutable","p":"class/HybridExecutable.html#dockerExecutable-static"},{"t":"ClangFormat#dumpToFile","p":"class/ClangFormat.html#dumpToFile-dynamic"},{"t":"Beautifiers#encodeURI","p":"class/Beautifiers.html#encodeURI-dynamic"},{"t":"Beautifier#exe","p":"class/Beautifier.html#exe-dynamic"},{"t":"Beautifiers#findConfig","p":"class/Beautifiers.html#findConfig-dynamic"},{"t":"Beautifiers#findFile","p":"class/Beautifiers.html#findFile-dynamic"},{"t":"Beautifier#findFile","p":"class/Beautifier.html#findFile-dynamic"},{"t":"src/beautifiers/pybeautifier.coffee~format","p":"file/src/beautifiers/pybeautifier.coffee.html#format-"},{"t":"Beautifiers#getBeautifierForLanguage","p":"class/Beautifiers.html#getBeautifierForLanguage-dynamic"},{"t":"Beautifiers#getBeautifiers","p":"class/Beautifiers.html#getBeautifiers-dynamic"},{"t":"Executable#getConfig","p":"class/Executable.html#getConfig-dynamic"},{"t":"Beautifiers#getConfig","p":"class/Beautifiers.html#getConfig-dynamic"},{"t":"Beautifiers#getConfigOptionsFromSettings","p":"class/Beautifiers.html#getConfigOptionsFromSettings-dynamic"},{"t":"src/beautify.coffee~getCursors","p":"file/src/beautify.coffee.html#getCursors-"},{"t":"Beautifier#getDefaultLineEnding","p":"class/Beautifier.html#getDefaultLineEnding-dynamic"},{"t":"Beautifiers#getExtension","p":"class/Beautifiers.html#getExtension-dynamic"},{"t":"Beautifiers#getLanguage","p":"class/Beautifiers.html#getLanguage-dynamic"},{"t":"Languages#getLanguages","p":"class/Languages.html#getLanguages-dynamic"},{"t":"Beautifiers#getLanguages","p":"class/Beautifiers.html#getLanguages-dynamic"},{"t":"Beautifiers#getOptions","p":"class/Beautifiers.html#getOptions-dynamic"},{"t":"Beautifiers#getOptionsForLanguage","p":"class/Beautifiers.html#getOptionsForLanguage-dynamic"},{"t":"Beautifiers#getOptionsForPath","p":"class/Beautifiers.html#getOptionsForPath-dynamic"},{"t":"src/beautify.coffee~getScrollTop","p":"file/src/beautify.coffee.html#getScrollTop-"},{"t":"Beautifiers#getUserHome","p":"class/Beautifiers.html#getUserHome-dynamic"},{"t":"LoadingView#hide","p":"class/LoadingView.html#hide-dynamic"},{"t":"HybridExecutable#init","p":"class/HybridExecutable.html#init-dynamic"},{"t":"Executable#init","p":"class/Executable.html#init-dynamic"},{"t":"Beautifiers#isNestedOptions","p":"class/Beautifiers.html#isNestedOptions-dynamic"},{"t":"Beautifier#isPreInstalled","p":"class/Beautifier.html#isPreInstalled-dynamic"},{"t":"Executable#isSupported","p":"class/Executable.html#isSupported-dynamic"},{"t":"Executable#isVersion","p":"class/Executable.html#isVersion-dynamic"},{"t":"Executable.isWindows","p":"class/Executable.html#isWindows-static"},{"t":"Executable#isWindows","p":"class/Executable.html#isWindows-dynamic"},{"t":"Beautifier#loadExecutables","p":"class/Beautifier.html#loadExecutables-dynamic"},{"t":"Beautifiers#loadOptions","p":"class/Beautifiers.html#loadOptions-dynamic"},{"t":"Executable#loadVersion","p":"class/Executable.html#loadVersion-dynamic"},{"t":"Executable#path","p":"class/Executable.html#path-dynamic"},{"t":"Beautifier#readFile","p":"class/Beautifier.html#readFile-dynamic"},{"t":"Executable#relativizePaths","p":"class/Executable.html#relativizePaths-dynamic"},{"t":"Executable#resolveArgs","p":"class/Executable.html#resolveArgs-dynamic"},{"t":"Beautifier#run","p":"class/Beautifier.html#run-dynamic"},{"t":"Executable#run","p":"class/Executable.html#run-dynamic"},{"t":"HybridExecutable#run","p":"class/HybridExecutable.html#run-dynamic"},{"t":"HybridExecutable#runImage","p":"class/HybridExecutable.html#runImage-dynamic"},{"t":"Executable#runVersion","p":"class/Executable.html#runVersion-dynamic"},{"t":"Executable#saveVersion","p":"class/Executable.html#saveVersion-dynamic"},{"t":"src/beautify.coffee~setCursors","p":"file/src/beautify.coffee.html#setCursors-"},{"t":"src/beautify.coffee~setScrollTop","p":"file/src/beautify.coffee.html#setScrollTop-"},{"t":"LatexBeautify#setUpDir","p":"class/LatexBeautify.html#setUpDir-dynamic"},{"t":"Executable#setupLogger","p":"class/Executable.html#setupLogger-dynamic"},{"t":"Beautifier#setupLogger","p":"class/Beautifier.html#setupLogger-dynamic"},{"t":"Executable#shellEnv","p":"class/Executable.html#shellEnv-dynamic"},{"t":"Executable.shellEnv","p":"class/Executable.html#shellEnv-static"},{"t":"LoadingView#show","p":"class/LoadingView.html#show-dynamic"},{"t":"src/beautify.coffee~showError","p":"file/src/beautify.coffee.html#showError-"},{"t":"Executable#spawn","p":"class/Executable.html#spawn-dynamic"},{"t":"Beautifier#tempFile","p":"class/Beautifier.html#tempFile-dynamic"},{"t":"Beautifiers#track","p":"class/Beautifiers.html#track-dynamic"},{"t":"Beautifiers#trackEvent","p":"class/Beautifiers.html#trackEvent-dynamic"},{"t":"Beautifiers#trackTiming","p":"class/Beautifiers.html#trackTiming-dynamic"},{"t":"Beautifiers#transformOptions","p":"class/Beautifiers.html#transformOptions-dynamic"},{"t":"Beautifiers#verifyExists","p":"class/Beautifiers.html#verifyExists-dynamic"},{"t":"Executable#versionParse","p":"class/Executable.html#versionParse-dynamic"},{"t":"Executable#versionSatisfies","p":"class/Executable.html#versionSatisfies-dynamic"},{"t":"Executable.which","p":"class/Executable.html#which-static"},{"t":"Executable#which","p":"class/Executable.html#which-dynamic"},{"t":"Beautifier#which","p":"class/Beautifier.html#which-dynamic"}] \ No newline at end of file diff --git a/docs/code/method_list.html b/docs/code/method_list.html index 045c460..c560cf6 100644 --- a/docs/code/method_list.html +++ b/docs/code/method_list.html @@ -30,27 +30,67 @@