Update compendium.xsd to accommodate FC5 export

This commit is contained in:
Erin Schnabel
2021-08-03 22:59:29 -04:00
parent 6314bf56ac
commit 1e4d47bc65
3 changed files with 46 additions and 16 deletions

23
.editorconfig Normal file
View File

@@ -0,0 +1,23 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
indent_style = space
[*.md]
indent_size = 2
trim_trailing_whitespace = false
[*.{yaml,yml}]
indent_size = 2
[*.{xml,xslt}]
indent_size = 4