pull/2/head
Roxedus 2023-10-22 02:39:27 +02:00
rodzic 4e072c7175
commit 7ce1c3a8c9
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,10 @@ end_of_line = lf
insert_final_newline = true
# trim_trailing_whitespace may cause unintended issues and should not be globally set true
trim_trailing_whitespace = false
indent_style = space
[**.yml]
indent_style = space
indent_size = 2
[**.md]
indent_size = 4