after I created the webpack template with vue-cli, I wanted to try to use eslint to standardize the code format.
then change indent_size = 2 to 4 in the .editorconfig file.
found that it didn"t work.
later found that the code format check is based on rule in .eslintrc.js .
so what is the .editorconfig file for?
