Attempt to fix timezone problems with images

This commit is contained in:
Matthew Penner
2020-10-25 11:23:45 -06:00
parent 83c50f6415
commit 9087c245bc
20 changed files with 182 additions and 110 deletions

View File

@@ -2,7 +2,7 @@
root = true
[*]
indent_style = space
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
@@ -14,5 +14,6 @@ insert_final_newline = true
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
tab_width = 2