repository: add editorconfig dotfile (#5)

This commit is contained in:
a dinosaur 2023-09-11 14:33:51 +10:00 committed by GitHub
parent f6d2fc5165
commit c3afd790b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# top level config
root = true
[*.{kt,kts,pork}]
# text encoding settings
charset = utf-8
end_of_line = lf
insert_final_newline = true
# indentation settings
indent_style = space
indent_size = 2
trim_trailing_whitespace = true