An open API service indexing awesome lists of open source software.

https://github.com/davidkhala/code-config

code style, .ignore files collection
https://github.com/davidkhala/code-config

dockerignore eslint-config gitignore npmignore webstorm

Last synced: about 1 month ago
JSON representation

code style, .ignore files collection

Awesome Lists containing this project

README

        

# codeConfig
code style configs and guidance
- php
- standards: PSR(PHP Standard Recommendations) [PSR中文规范](https://www.kancloud.cn/thinkphp/php-fig-psr/3139)
- tools: [VSCode] extension [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt)

- nodejs
- standards: ESLint, TSLint
- java
- [google-java-format](https://github.com/google/google-java-format) provides jetbrain plugin

ignore config set
- .gitignore: not included in `git commit`
- .npmignore: not included in `npm publish`
- .dockerignore: not included in `docker build`