srctree

Robin Linden parent d169c0ad 49e1d4e2
Update editorconfig

  • * Format .kts files
  • * Explicitly set the charset to utf-8
inlinesplit
.editorconfig added: 5, removed: 4, total 1
@@ -1,14 +1,15 @@
root = true
 
[*]
indent_style = space
 
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
 
[{*.kt, *.gradle}]
indent_style = space
[*.{kt,kts,gradle}]
indent_size = 4
 
[*.yml]
indent_style = space
indent_size = 2