build
mock
plop-templates
public
src
tests
.drone.yml
.editorconfig
.env.development
.env.production
.env.staging
.eslintignore
.eslintrc.js
.gitignore
README.md
babel.config.js
jest.config.js
jsconfig.json
package.json
plopfile.js
postcss.config.js
vue.config.js
15 lines
244 B
INI
15 lines
244 B
INI
# https://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|