mirror of
https://gitea.com/gitea/docs.git
synced 2025-03-15 04:48:24 +00:00
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>
14 lines
192 B
INI
14 lines
192 B
INI
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
|