git-bug/.editorconfig
sudoforge be005f6a1b feat: add initial editorconfig configuration file
Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51
2024-07-20 16:45:55 -07:00

9 lines
127 B
INI

# Ref: https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true