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