From 56da2c1eda83e604b6879fdb73a5db0aa81c79b3 Mon Sep 17 00:00:00 2001 From: Jack Baron Date: Wed, 26 Feb 2020 09:23:23 +0000 Subject: [PATCH] enforce utf8 lf 4 spaces --- .editorconfig | 2 ++ .gitattributes | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 8a3a840..191a51d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,8 @@ root = true [*] +charset = utf-8 +end_of_line = lf indent_style = space indent_size = 4 trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c34b14b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# CRLF Normalisation +* text eol=lf + +# Ignore meta files in ZIP export +.gitattributes export-ignore +.gitignore export-ignore