From 4ae3f50f6c257fea6998934eb3a51e31f3c925a8 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 26 Jun 2015 00:31:32 -0400
Subject: [PATCH] Updated .gitreview to reflect the new repository name. Also
 added basic .editorconfig and .getattribute files.

---
 .editorconfig  | 14 ++++++++++++++
 .gitattributes |  4 ++++
 .gitreview     |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 .editorconfig
 create mode 100644 .gitattributes

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..27f6865
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+# top-most EditorConfig file
+root = true
+
+[*]
+#unix style line ending
+end_of_line = lf
+#newline at end of file
+insert_final_newline = true
+#charset UTF-8
+charset = utf-8
+#indent using spaces
+indent_style = space
+#4 spaces per indent
+indent_size = 4
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..456e49e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* eol=lf
+*.bat eol=crlf
+*.sh eol=lf
+.git* export-ignore
diff --git a/.gitreview b/.gitreview
index 5167f09..0bd267d 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
 host=gerrit.syncleus.com
 port=29418
 defaultbranch=master
-project=Ferma-mesh
+project=fusion-graph
-- 
GitLab