Files
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
join_admin/.editorconfig
2019-12-03 19:03:25 +01:00

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