mirror of
https://github.com/prefix-dev/setup-pixi
synced 2026-05-23 15:03:51 +03:00
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
const config = {
|
|
tabWidth: 2,
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
semi: false
|
|
}
|
|
|
|
export default config
|