This commit is contained in:
2024-07-30 11:37:38 +02:00
parent da70eef561
commit 6932d908b2
8 changed files with 175 additions and 106 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.css]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2