mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Every repo needs these files 😉 Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/29 Co-authored-by: silverwind <[email protected]> Co-committed-by: silverwind <[email protected]>
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
|