From c3de97295315c36bd72a7f1befa43a2807753d43 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 19 Aug 2021 13:23:21 -0400 Subject: add an .editorconfig for xml files --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..e6624a9d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# 2 space indentation +[*.{tmx,tsx,xml}] +indent_style = space +indent_size = 2 -- cgit v1.2.3-60-g2f50