1
0
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:
Teoxoy 2020-05-24 23:54:31 +08:00
parent 9795e80392
commit e565d3ec8d
2 changed files with 9 additions and 10 deletions

View File

@ -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
View File

@ -0,0 +1,9 @@
printWidth: 120
tabWidth: 4
useTabs: false
semi: false
singleQuote: true
trailingComma: none
bracketSpacing: true
arrowParens: avoid
endOfLine: lf