Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit f528382

Browse files
Add EditorConfig file (#107)
* Add EditorConfig file More info here: https://editorconfig.org/ Also fix some line-end spaces, file-end newlines. * Alphabetize EditorConfig settings Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com> Co-authored-by: Tom Hu <thomasrockhu@users.noreply.github.com>
1 parent 484767f commit f528382

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ workflow:
2323
build-test:
2424
jobs:
2525
- build
26-

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ CODECOV_TOKEN="repository token or global token"
107107

108108

109109
## License
110-
[![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)
110+
[![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)

0 commit comments

Comments
 (0)