summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-06 23:28:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-06 23:28:36 +0000
commit21fd11ea819765612d6b0af133532e1059b85b25 (patch)
treee3c0ed650383fb7e5ac5731d0e68efaae0e36aee /.editorconfig
parent39fed3ead852a0b22e6b2f100c083f8bb47d5a08 (diff)
parentaa768f01dbb57ceca4df0d14db981e3c97957ee2 (diff)
downloadktlint-android-13.0.0_r57.tar.gz
Snap for 9148167 from aa768f01dbb57ceca4df0d14db981e3c97957ee2 to tm-d3-releaseandroid-13.0.0_r57android13-d3-s1-release
Change-Id: I121e47a57c9eded98a897ab9c7fa4e1dd2f6acfb
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/.editorconfig b/.editorconfig
index e97aa07..1e3f51c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,9 +4,3 @@ max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = true
ij_kotlin_imports_layout=*
-
-# Comma-separated list of rules to disable
-# ktlint disagrees on indentation with ktfmt in some cases
-# TODO(b/185904220): paren spacing disabled because of a ktfmt bug
-# TODO(b/189506168): curly spacing disabled because of a ktfmt bug
-disabled_rules=indent,paren-spacing,curly-spacing,wrapping