NCSU-Fall-2022-SE-Project-Team-11 / XpensAuditor---Group-11

Python, Java, Firebase App to track shared expenses with features like real time SMS and email alerts, web scraping of Walmart and Amazon, interactive charts of expenses, custom categories, etc. Integrated the app with Telegram chatbots using Python APIs for extra features.
MIT License
1 stars 2 forks source link

Add style-checker tool + config to source #72

Closed surya-prakash-susarla closed 1 year ago

surya-prakash-susarla commented 1 year ago

It would be better if we add the style checker being used as a repo developer requirement and we can also store the config at the common location so that we all share the style configuration. (Think of something similar to .clang-format but for java and has GH Action support)

vemuriPradyumna commented 1 year ago

Added a .clang-format config file for the same. Closing this issue.