From 76bcce89041e316766bcee922f7be76549002fce Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 17 Jul 2015 13:40:31 +0530 Subject: [PATCH] Adds editorconfig --- .editorconfig | 10 ++++++++++ README.md | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c94425a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 diff --git a/README.md b/README.md index bcfeba2..9767130 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![version-control-everything](http://i.imgur.com/P0aDBIT.jpg) -A curated list of awesome version control libraries. +A curated list of awesome version control libraries. I like to keep everything under version control. This is a list of utilities that allow you to do that. @@ -53,11 +53,11 @@ I like to keep everything under version control. This is a list of utilities tha - [lilypond](http://www.lilypond.org/features.html) - version control for sheet music. Think Latex for sheet music - [tunemachine](https://github.com/jez/tunemachine) - Version control for spotify playlists. - + ## Database - *Jeff Atwood's [blog post](http://blog.codinghorror.com/get-your-database-under-version-control/) - + ## Backups - [bup](https://github.com/bup/bup) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images)