From d65403045c18c6fa24dd0bfe4ff5832a47f59fbe Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Thu, 21 Nov 2019 14:20:14 +0800 Subject: [PATCH 01/56] update docs --- docs/index.html | 463 ++++---- prettier.config.js | 7 + settings/codestyle/zp-codestyle.xml | 1689 ++++++++++++++++----------- 3 files changed, 1270 insertions(+), 889 deletions(-) create mode 100644 prettier.config.js diff --git a/docs/index.html b/docs/index.html index b36cd6ea..347217f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,257 +1,278 @@ - - - java-tutorial - - - - - - - + + - + - + - + + +
正在加载...
+ - @media (max-width: 600px) { - pre { - padding-left: 0px !important; - padding-right: 0px !important; - } - } - - - -
正在加载...
- - - - - + + + + + + + - - - - - - - + + + + + + + diff --git a/prettier.config.js b/prettier.config.js new file mode 100644 index 00000000..eb6bb1f5 --- /dev/null +++ b/prettier.config.js @@ -0,0 +1,7 @@ +/** + * @see https://prettier.io/docs/en/options.html + * @see https://prettier.io/docs/en/configuration.html + */ +module.exports = { + tabWidth: 2, semi: false, singleQuote: true +} diff --git a/settings/codestyle/zp-codestyle.xml b/settings/codestyle/zp-codestyle.xml index d5214210..270664c6 100644 --- a/settings/codestyle/zp-codestyle.xml +++ b/settings/codestyle/zp-codestyle.xml @@ -1,669 +1,1022 @@ - - + +