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
- Host: GitHub
- URL: https://github.com/davidkhala/code-config
- Owner: davidkhala
- Created: 2017-05-24T06:19:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T02:41:57.000Z (10 months ago)
- Last Synced: 2025-02-03T08:48:45.253Z (3 months ago)
- Topics: dockerignore, eslint-config, gitignore, npmignore, webstorm
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 pluginignore config set
- .gitignore: not included in `git commit`
- .npmignore: not included in `npm publish`
- .dockerignore: not included in `docker build`