Added a basic .editorconfig file to the project

pull/122/head
Arty Bishop 2023-07-29 11:26:11 +01:00
rodzic 3c1c3d7c29
commit e7d4dc5961
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 5C71CFDC37AD73CC
1 zmienionych plików z 10 dodań i 0 usunięć

10
.editorconfig 100644
Wyświetl plik

@ -0,0 +1,10 @@
# indicate this is the root of the project
root = true
[*.{kt,java,xml,gradle,md}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf