Adds a .editorconfig to keep code style similar on supporting configurations. (#1167)
This commit is contained in:
parent
1d538bb2fe
commit
3f179ee9bf
|
@ -0,0 +1,11 @@
|
||||||
|
# Editor configuration, see https://editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*.kt]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in New Issue