frontend/.editorconfig
sytone 1200f0b416 Make add task a component
Add add-task to home
Change add task to component for lists
Made welcome update on time.. because.
2021-05-26 13:33:12 -07:00

15 lines
243 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.vue]
indent_style = tab