mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-01-28 03:29:29 +02:00
change prettier config to yml
This commit is contained in:
parent
9795e80392
commit
e565d3ec8d
@ -1,10 +0,0 @@
|
||||
module.exports = {
|
||||
printWidth: 120,
|
||||
tabWidth: 4,
|
||||
useTabs: false,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: true,
|
||||
arrowParens: 'avoid'
|
||||
}
|
9
.prettierrc.yml
Normal file
9
.prettierrc.yml
Normal file
@ -0,0 +1,9 @@
|
||||
printWidth: 120
|
||||
tabWidth: 4
|
||||
useTabs: false
|
||||
semi: false
|
||||
singleQuote: true
|
||||
trailingComma: none
|
||||
bracketSpacing: true
|
||||
arrowParens: avoid
|
||||
endOfLine: lf
|
Loading…
x
Reference in New Issue
Block a user