diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c80757..50869e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,4 +23,3 @@ workflow: build-test: jobs: - build - diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f17867 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/README.md b/README.md index cadef94..13e36ec 100644 --- a/README.md +++ b/README.md @@ -72,12 +72,12 @@ end ## Useful Links -[FAQ](https://docs.codecov.io/docs/frequently-asked-questions) -[Recipe List](https://docs.codecov.io/docs/common-recipe-list) -[Error Reference](https://docs.codecov.io/docs/error-reference) -[Changelog](./CHANGELOG.md) -[Support](https://codecov.io/support) -[Community Boards](https://community.codecov.io) +[FAQ](https://docs.codecov.io/docs/frequently-asked-questions) +[Recipe List](https://docs.codecov.io/docs/common-recipe-list) +[Error Reference](https://docs.codecov.io/docs/error-reference) +[Changelog](./CHANGELOG.md) +[Support](https://codecov.io/support) +[Community Boards](https://community.codecov.io) ## Caveats @@ -99,4 +99,4 @@ CODECOV_TOKEN="repository token or global token" ## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-ruby.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-ruby?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-ruby.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-ruby?ref=badge_large)