no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / mobile / android / android-components / .editorconfig
blobfa63180a86a4d2a0c90599983b8c7fa55973d4fd
1 # This is an .editorconfig that ktlint will "stop" at.
3 # If an .editorconfig file exists in any parent directory of the checkout
4 # directory, ktlint will fail because it uses those settings to determine what
5 # the indentation should be.
7 root = True
9 [*.kt]
10 indent_size = 4
11 indent_style = space
13 ij_kotlin_allow_trailing_comma_on_call_site=true
14 ij_kotlin_allow_trailing_comma=true