Commit 418edc51 authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez Committed by mergify[bot]
Browse files

editorconfig: Make sure to specify 4 spaces as kotlin style.

Otherwise editors might use tabs by default for example. Since we
specify `root = true` you can't even override it yourself.
parent 91ce9a11
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,3 +6,7 @@

root = True

[*.kt]
indent_size = 4
indent_style = space