diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..27f6865af138bc89bb7e578d13f606b2611d0e15 --- /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 0000000000000000000000000000000000000000..456e49e990094033c42c86cedc1801edd2d3d159 --- /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 5167f091df6b97ebdfed58b098720315f1428a83..0bd267d90ce11f3b374c74c4caf07a0e85bff50f 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.syncleus.com port=29418 defaultbranch=master -project=Ferma-mesh +project=fusion-graph