AmrDeveloper / CodeView

Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
https://amrdeveloper.github.io/CodeView/
MIT License
378 stars 48 forks source link

Implement Automated Code Formatter #16

Closed m-anshuman2166 closed 2 years ago

m-anshuman2166 commented 2 years ago

It will auto format your code after every push/PR

To Configure

Create a repository secret named TOKEN with your github oauth key

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

AmrDeveloper commented 2 years ago

Hello @ansh2166

Thanks for your PR, but the problem is it will add more unneeded commits to the project every time and PR is merged, so for now we can add a way to validate the format and fail if it not formatted, BTW i will keep this PR for future

Thanks Amr Hesham