aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-01-22 22:58:09 +0530
committerGitHub <noreply@github.com>2021-01-22 22:58:09 +0530
commit33d3683ae2fcccedb2b34ccb253b6cbe7cf2ac76 (patch)
tree402b5449833259567c533402d67bdf382bbaba4c /.editorconfig
parent3a2cfd22e6575a67b1e8800e9563dd9cbb54a493 (diff)
Codestyle churn (#1283)
* editorconfig: delete Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * idea: adjust codestyle Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * all: reformat with simplified import ordering rules Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig23
1 files changed, 0 insertions, 23 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 06bd1e00..00000000
--- a/.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 = 4
-
-[*.{kt,kts}]
-kotlin_imports_layout=ascii
-ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
-ij_kotlin_field_annotation_wrap = normal
-
-[*.md]
-trim_trailing_whitespace = false