From 2e07eb1c38cdedf36278037274765fead6f828c3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 6 Sep 2020 17:12:34 +0530 Subject: Update dependencies and add EditorConfig file (#1082) * build: uprev Gradle Signed-off-by: Harsh Shandilya * editorconfig: init Signed-off-by: Harsh Shandilya * build: remove unused dependency analysis plugin Signed-off-by: Harsh Shandilya * build: update ConstraintLayout and AndroidX testing libraries Signed-off-by: Harsh Shandilya --- .editorconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..aa68b484 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# https://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 + +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{java,kt,kts,xml}] +indent_size = 4 +ij_continuation_indent_size = 2 + +[*.{kt,kts}] +kotlin_imports_layout=ascii +ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL +ij_kotlin_field_annotation_wrap = normal + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3