Prettier for vim Prettier for VIM Code Snippet to put in your node projects to formatting with vim. I'm using prettier-vim. { "printWidth": 80, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false, "trailingComma": "es5", "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "proseWrap": "preserve", "endOfLine": "lf" }