mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 02:53:50 -05:00
* Move npm/linting config files to root directory * Apply prettier/eslint autofixes * Update CONTRIBUTING.md
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"printWidth": 120,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|