From 4e9024033014eb1cb7a9de8bc6a285f221fc09a9 Mon Sep 17 00:00:00 2001
From: "[1000i100] Millicent Billette" <git@1000i100.fr>
Date: Sun, 24 Mar 2019 21:24:37 +0100
Subject: [PATCH] [style] whole: add editorconfig file (live formatting rules)

---
 .editorconfig | 10 ++++++++++
 Cargo.lock    |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..5b430ae9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# EditorConfig is awesome: http://EditorConfig.org
+# top-most EditorConfig file
+root = true
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 4
+charset = utf-8
diff --git a/Cargo.lock b/Cargo.lock
index 22e73124..200108e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -361,7 +361,7 @@ dependencies = [
 
 [[package]]
 name = "durs"
-version = "0.1.0-a1"
+version = "0.1.1-a1"
 dependencies = [
  "duniter-core 0.1.0-a0.1",
  "durs-tui 0.1.0-a0.1",
-- 
GitLab