This commit is contained in:
2024-06-20 20:01:32 -05:00
commit 5d0cd02c21
13 changed files with 598 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
end_of_line = lf
[docker-compose.yml]
indent_style = space
indent_size = 2
end_of_line = lf