Skip to content

Commit

Permalink
Add common formatting configuration for resources (#444)
Browse files Browse the repository at this point in the history
We're using EditorConfig to configure how we want our code samples in our test resources to look like.
  • Loading branch information
fwendland authored Mar 23, 2022
1 parent 764c6e4 commit 75abf42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
root = true
5 changes: 5 additions & 0 deletions src/test/resources/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*.{c, cpp, java, mark}]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true

0 comments on commit 75abf42

Please sign in to comment.