Skip to content

Commit

Permalink
add .editorconfig to android project
Browse files Browse the repository at this point in the history
  • Loading branch information
victordiaz committed Jan 20, 2023
1 parent d887665 commit fba9184
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions PHONK-android/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
trim_blank_lines = true
max_blank_lines = 1

[*.gradle]
indent_size = 2

[*.{xml,yml}]
indent_size = 2

[*.{java,kt}]
indent_size = 1
2 changes: 2 additions & 0 deletions PHONK-android/phonk_app/src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- Upgraded WebEditor to a more recent Vue.js version
- Some refactor and clean-up of the App and WebEditor. Hopefully there aren't too many new bugs :D
- Emulate Midi device support and Vertical Slides thanks to @polhomarkho
- Use Gradle tasks to compile the webIDE and copy the examples
-

1.4.2
- Small WebEditor color tweaks
Expand Down

0 comments on commit fba9184

Please sign in to comment.