From 65ec67ede8d0ab342fa313bc7e87acf74088b2d8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 18 Jun 2015 22:13:56 -0400 Subject: [PATCH] Added basic .git files. --- .editorconfig | 14 ++++++++++++++ .gitattributes | 4 ++++ .gitreview | 5 +++++ 3 files changed, 23 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitreview 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 new file mode 100644 index 0000000..9fd2003 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.syncleus.com +port=29418 +defaultbranch=master +project=spangraph -- GitLab