Add .editorconfig

merge-requests/1/head
Alex Gleason 2020-04-11 15:02:30 -05:00
rodzic 2ee2d79156
commit 55b6592f6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 9 dodań i 0 usunięć

9
.editorconfig 100644
Wyświetl plik

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2