-
refer to https://codeburst.io/5-javascript-style-guides-including-airbnb-github-google-88cbc6b2b7aa
-
`wp-config.php` and `wp-content/mu-plugins/pantheon` should adhere to WordPress coding standards. An automated test should also run on every pull request.
Related: #179
-
-
Can we change coding standards to be PSR-2 compatible?
-
Lets create some standards for code and style.
For starters (and this can change when standards are done) is that you should follow the predominant style in the file so that the file is consistent :-…
-
webGPIO, webI2C APIを使用した、CHIRIMENアプリケーションのコーディングスタイルについて、お手本となるサンプルを作りたい。
サンプルコードを集めるためのレポジトリを作りました。
I created a repository to gather any cool code using webGPIO and webI2C.
https://github.com/chirim…
-
As much as possible, in order to facilitate adding to PECL directory.
http://git.php.net/?p=php-src.git;a=blob_plain;f=CODING_STANDARDS;hb=HEAD
-
-
We should enforce coding standards with tooling, including a way to format the code. I assume gradle has such capabilities readily accessible.
This is to prevent future contributors to have to go t…
-
We currently exclude quite a few coding standards rules. Most of these rules are related to docblock and comment styling. Some require updates to code and tests. This issue is a mega issue to track al…