prettier-plugin-solidity
Advanced tools
Comparing version 1.0.0-alpha.20 to 1.0.0-alpha.21
{ | ||
"name": "prettier-plugin-solidity", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "prettier plugin for solidity", | ||
@@ -5,0 +5,0 @@ "main": "src", |
@@ -58,6 +58,13 @@ const { handleComments } = require('./prettier-comments'); | ||
// https://prettier.io/docs/en/plugins.html#defaultoptions | ||
const defaultOptions = { | ||
// @TODO fix indentation in block comments | ||
tabWidth: 4 | ||
}; | ||
module.exports = { | ||
languages, | ||
parsers, | ||
printers | ||
printers, | ||
defaultOptions | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247002
130
2690