editorconfig[1] defines a file format for specifying basic coding style rules, and a bunch of editor plugins to make use of the rules. Add an .editorconfig file to indicate our XML format is 2 space indent with no hard tabs [1]: https://editorconfig.org/ Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx> --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6d0b448 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.xml.in] +indent_style = space +indent_size = 2 -- 2.20.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo