@aaron-zon/prettier-config
Advanced tools
+1
-1
| module.exports = { | ||
| /** 单行最大文字数*/ | ||
| printWidth: 120, | ||
| printWidth: 150, | ||
| /** tab填充空格数 */ | ||
@@ -5,0 +5,0 @@ tabWidth: 4, |
+1
-1
| { | ||
| "name": "@aaron-zon/prettier-config", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -7,3 +7,3 @@ # @aaron-zon/prettier-config[](https://www.npmjs.com/package/@aaron-zon/prettier-config) | ||
| - 单行最大文字数 120 | ||
| - 单行最大文字数 150 | ||
| - tab填充空格数 4 | ||
@@ -10,0 +10,0 @@ - 结尾添加分号 |