Files
mosaic/.editorconfig
2023-11-13 19:01:40 +00:00

19 lines
246 B
INI

root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_style = space
[*.md]
indent_style = space
[*.{kt,kts}]
ij_kotlin_imports_layout=*