This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-docusaurus/.editorconfig
silverwind 9cff3696e2
All checks were successful
Build and Publish Docs site / build-docs (push) Successful in 4m28s
Add .editorconfig and .gitattributes (#29)
Every repo needs these files 😉

Reviewed-on: #29
Co-authored-by: silverwind <me@silverwind.io>
Co-committed-by: silverwind <me@silverwind.io>
2023-06-08 18:07:59 +00:00

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