041cf00510
- Updated gitignore and checked in the IDE's codestyle config - Removed spotless as the underlying ktlint backend has failed to resolve the super frustrating import order bug[1] in nearly a year - Reformat the entire codebase based on the previously committed code style configuration. 1: https://github.com/pinterest/ktlint/issues/527
35 lines
927 B
Markdown
35 lines
927 B
Markdown
## :loudspeaker: Type of change
|
|
<!--- Put an `x` in the boxes that apply -->
|
|
- [ ] Bugfix
|
|
- [ ] New feature
|
|
- [ ] Enhancement
|
|
- [ ] Refactoring
|
|
|
|
|
|
## :scroll: Description
|
|
<!--- Describe your changes in detail -->
|
|
|
|
|
|
## :bulb: Motivation and Context
|
|
<!--- Why is this change required? What problem does it solve? -->
|
|
<!--- If it fixes an open issue, please link to the issue here. -->
|
|
|
|
|
|
## :green_heart: How did you test it?
|
|
|
|
|
|
## :pencil: Checklist
|
|
<!--- Put an `x` in the boxes that apply -->
|
|
- [ ] I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L)
|
|
- [ ] I reviewed submitted code
|
|
|
|
|
|
## :crystal_ball: Next steps
|
|
|
|
|
|
## :camera_flash: Screenshots / GIFs
|
|
<!--- Mandatory for UI changes -->
|
|
<!-- Uncomment the next line and replace it with links to your screenshots. -->
|
|
<!--
|
|
<img src="https://placekitten.com/260/260" width="260"> <img src="https://placekitten.com/300/300" width="260">
|
|
-->
|