erisu commented on PR #1099: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/1099#issuecomment-3717756748
@GitToTheHub I’ll be sending a thread to the dev mailing list later about coding style guidelines. We used to have a document years ago that covered coding style, but it wasn’t complete and eventually became outdated. That coding style document page has since been deleted over time—likely due to changes in the system it was hosted on—and was effectively lost. I had to retrieve it from the Wayback Machine to review it. Overall, the thread will discuss and include a link to a PR that reintroduces the guidelines and publishes them on Cordova’s website for better visibility. As a quick response to your question: > What is the general code formatting for Cordova projects when using curly brackets? It varies by language. In this case, for Objective-C, we follow the Linux brace style, which means breaking before braces on function, namespace, and class definitions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
