mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
Updated the tagline (the hook) for the website. For people coming in for the first time - they don't know (and care) about the historical context of open source actual vs closed source. So slightly changed the copy to focus on the truly important things - the features. --------- Co-authored-by: Jed Fox <git@jedfox.com>
12 lines
175 B
INI
12 lines
175 B
INI
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|