From eb4237e6b2a1f4267a0a38c51cc52c020adaf59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=20F=20S=20Bacci?= Date: Fri, 28 Jul 2023 13:21:22 -0300 Subject: [PATCH] Sync repository and editor configuration files. --- .editorconfig | 1 + .gitattributes | 2 ++ .gitignore | 1 + 3 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig index 39400c0b4..5ab5087b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,4 @@ indent_size = 1 indent_style = space end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dcc145fb1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.xml linguist-detectable +*.ent linguist-language=XML linguist-detectable diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b2f1b48fa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +entities.*.xml