Fix formatting of pages

This commit is contained in:
Florine W. Dekker 2021-03-22 20:48:38 +01:00
parent b8b133c62c
commit 8382f7076f
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
26 changed files with 912 additions and 901 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4