From f48ed76d177b8dad4f2272cbb2a0d9d4477646ee Mon Sep 17 00:00:00 2001 From: karthikeyansundaram2 Date: Tue, 11 Aug 2026 11:09:28 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20address=20#332=20=E2=80=94=20Android=20T?= =?UTF-8?q?utorial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #332 --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..4a7ea303 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false