enforce utf8 lf 4 spaces

This commit is contained in:
Jack Baron 2020-02-26 09:23:23 +00:00
parent d024112dc5
commit 56da2c1eda
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
# CRLF Normalisation
* text eol=lf
# Ignore meta files in ZIP export
.gitattributes export-ignore
.gitignore export-ignore