Add .editorconfig and .gitattributes #29

Merged
jolheiser merged 1 commits from silverwind/gitea-docusaurus:files into main 2023-06-08 18:08:00 +00:00
2 changed files with 14 additions and 0 deletions

13
.editorconfig Normal file

@ -0,0 +1,13 @@
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
[Makefile]
indent_style = tab

1
.gitattributes vendored Normal file

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