mirror of
https://gitea.com/gitea/docs.git
synced 2025-07-22 12:08:41 +00:00
Add .editorconfig and .gitattributes (#29)
Every repo needs these files 😉 Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/29 Co-authored-by: silverwind <me@silverwind.io> Co-committed-by: silverwind <me@silverwind.io>
This commit is contained in:

committed by
John Olheiser

parent
1ba3ac7c99
commit
9cff3696e2
13
.editorconfig
Normal file
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
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
Reference in New Issue
Block a user