From a9f16cb3b5071278cb4cd5fa15c04b17f64b78d8 Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Sat, 23 Oct 2021 20:45:38 +0300 Subject: [PATCH] chore: add editorconfig for qml files --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..71a479c8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +; SPDX-FileCopyrightText: none +; SPDX-License-Identifier: MIT + +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.qml] +indent_style = space +indent_size = 2