Add .editorconfig and .gitattributes

To ensure consistent file formatting
This commit is contained in:
silverwind 2023-04-09 20:27:05 +02:00
parent ce003171ea
commit c10ca2e9cc
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
3 changed files with 12 additions and 1 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

View File

@ -38,4 +38,4 @@ RUN curl -SL https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz \
USER gitea
RUN git config --global --add safe.directory '*'
USER root
RUN git config --global --add safe.directory '*'
RUN git config --global --add safe.directory '*'