Paul Razvan Berg
hace 2 años
Se han
modificado 1 ficheros con
2 adiciones y
3 borrados
-
2
3
.prettierrc.yml
|
@@ -1,10 +1,9 @@
|
|
-arrowParens: avoid
|
|
|
|
bracketSpacing: true
|
|
bracketSpacing: true
|
|
-endOfLine: auto
|
|
|
|
|
|
+endOfLine: "auto"
|
|
printWidth: 120
|
|
printWidth: 120
|
|
singleQuote: false
|
|
singleQuote: false
|
|
tabWidth: 2
|
|
tabWidth: 2
|
|
-trailingComma: all
|
|
|
|
|
|
+trailingComma: "all"
|
|
|
|
|
|
overrides:
|
|
overrides:
|
|
- files: "*.sol"
|
|
- files: "*.sol"
|