feat: setup for day 5

This commit is contained in:
Stevan Freeborn
2024-12-05 14:18:29 -06:00
parent 9e44721fb7
commit 61d67bfae1
14 changed files with 140 additions and 15 deletions
+2 -4
View File
@@ -3,6 +3,8 @@ root = true
# All files
[*]
indent_style = space
indent_size = 2
tab_width = 2
# Xml files
[*.xml]
@@ -13,10 +15,6 @@ indent_size = 2
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 2
tab_width = 2
# New line preferences
insert_final_newline = false