Skip to content

Commit

Permalink
Merge branch 'develop' into feature/add-models
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks authored Apr 21, 2023
2 parents 3827a4b + 5d05860 commit 7442474
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = tab
tab_width = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2

[*.{gradle,java,kt}]
indent_style = space

[packages/react-native-*/**.xml]
indent_style = space

0 comments on commit 7442474

Please sign in to comment.