Add .editorconfig and .gitattributes #23

Merged
6543 merged 1 commits from silverwind/test-env:dotfiles into main 2023-04-11 16:49:04 +00:00
3 changed files with 12 additions and 1 deletions

10
.editorconfig Normal 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

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

@ -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 '*'