source:
imaps-frontend/node_modules/nano-css/prettier.config.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 245 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | module.exports = { |
4 | arrowParens: 'always', |
5 | printWidth: 120, |
6 | tabWidth: 2, |
7 | useTabs: false, |
8 | semi: true, |
9 | singleQuote: true, |
10 | trailingComma: 'none', |
11 | bracketSpacing: false, |
12 | jsxBracketSameLine: false |
13 | }; |
Note:
See TracBrowser
for help on using the repository browser.