diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c3caf90 --- /dev/null +++ b/.editorconfig @@ -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 + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19047db --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +FightClub5eXML/Collections +tmp +.vscode diff --git a/Utilities/compendium.xsd b/Utilities/compendium.xsd index 8cbf4cf..8ebee57 100644 --- a/Utilities/compendium.xsd +++ b/Utilities/compendium.xsd @@ -45,6 +45,12 @@ + + + + + + @@ -71,7 +77,7 @@ - + @@ -95,7 +101,7 @@ - + @@ -188,10 +194,15 @@ + + + + + @@ -217,8 +228,8 @@ - - + + @@ -246,7 +257,9 @@ + + @@ -339,6 +352,7 @@ + @@ -388,18 +402,8 @@ - - - - - - - - - - - - + +