add EditorConfig for consistent coding styles

This commit is contained in:
Morgan 2017-10-01 11:42:25 +02:00 committed by GitHub
parent 6ff901ee71
commit 561f79481f

View File

@ -1317,6 +1317,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Google](https://google.github.io/styleguide/javascriptguide.xml) - Google JavaScript Style Guide * [Google](https://google.github.io/styleguide/javascriptguide.xml) - Google JavaScript Style Guide
* [idiomatic.js](https://github.com/rwaldron/idiomatic.js) - Principles of Writing Consistent, Idiomatic JavaScript * [idiomatic.js](https://github.com/rwaldron/idiomatic.js) - Principles of Writing Consistent, Idiomatic JavaScript
* [JS: The Right Way](http://jstherightway.org/) - JavaScript and its best practices * [JS: The Right Way](http://jstherightway.org/) - JavaScript and its best practices
* [EditorConfig](http://editorconfig.org/) - EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
## Database ## Database
* [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring