From 561f79481fc6521254dca9e8d193bb12e640c894 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 1 Oct 2017 11:42:25 +0200 Subject: [PATCH] add EditorConfig for consistent coding styles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58887a1..b582f35 100644 --- a/README.md +++ b/README.md @@ -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 * [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 +* [EditorConfig](http://editorconfig.org/) - EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs ## Database * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring