Skip to content

Commit

Permalink
Merge branch 'fix/android-promises' of github.com:evva-sfw/abrevva-re…
Browse files Browse the repository at this point in the history
…act-native into fix/android-promises
  • Loading branch information
mhochsto committed Feb 18, 2025
2 parents 1adc23e + 0a422a5 commit 83989ac
Show file tree
Hide file tree
Showing 9 changed files with 297 additions and 290 deletions.
14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_size = 4
[*.java]
ij_java_imports_layout = $*, |, javax.**, java.**, |, *

[*.gradle]
[{*.gradle,*.kt,*.kts}]
indent_size = 4

[{*.json,*.jschema}]
indent_size = 4

[*.md]
max_line_length = off
trim_trailing_whitespace = false
trim_trailing_whitespace = false

[Makefile]
indent_size = 4

[*.swift]
indent_size = 4
Loading

0 comments on commit 83989ac

Please sign in to comment.