Skip to content

Commit

Permalink
Merge pull request #10 from avaje/feature/collection-add
Browse files Browse the repository at this point in the history
Add .editorconfig and format only on RecordProcessor
  • Loading branch information
rbygrave authored Sep 1, 2023
2 parents 1690270 + c6dfcff commit 7fda823
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 150 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
spaces_around_operators = true
Loading

0 comments on commit 7fda823

Please sign in to comment.