GithubHelp home page GithubHelp logo

js-format's Introduction

js-format

Vim plugin to format JavaScript, HTML and CSS.

Powered by js-beautify.

Usage

:JsFormat

Works with a region, or by default the whole file.

Consider using a mapping such as:

autocmd FileType javascript nmap <silent> <buffer> <F1> :JsFormat<cr>
autocmd FileType javascript vmap <silent> <buffer> <F1> :JsFormat<cr>

Configuration

Optionally set the config file with b:JsFormat_config

Consider an autocmd to set the config:

autocmd FileType javascript let b:JsFormat_config = "~/.js-beautify.json"

Configuration options and their defaults. Override just what you need:

{
    "indent_size": 4,
    "indent_char": " ",
    "indent_level": 0,
    "indent_with_tabs": false,
    "preserve_newlines": true,
    "max_preserve_newlines": 10,
    "jslint_happy": false,
    "brace_style": "collapse",
    "keep_array_indentation": false,
    "keep_function_indentation": false,
    "space_before_conditional": true,
    "break_chained_methods": false,
    "eval_code": false,
    "unescape_strings": false
}

Addenda

Requires nodejs.

Inspired by https://github.com/maksimr/vim-jsbeautify.

License

MIT.

js-format's People

Contributors

euoia avatar mkiken avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mkiken

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.