UNPKG

colson-nvim

Version:

Colson Nvim: Neovim Code Editor/IDE for Software Engineers!

12 lines (10 loc) 224 B
const options = { singleQuote: true, // Set to true to use single quotes bracketSpacing: true, tabWidth: 2, arrowParens: 'avoid', trailingComma: 'none', semi: false, endOfLine: 'lf' } module.exports = options