WikiContent using easy-markdown-editor

This commit is contained in:
2022-04-27 19:09:30 +00:00
parent 5dc38e2de9
commit 8cd60b8052
46 changed files with 22835 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.yaml]
indent_size = 2
[*.md]
max_line_length = off
trim_trailing_whitespace = false