mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-04 07:03:24 +03:00
be005f6a1b
Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51
9 lines
127 B
INI
9 lines
127 B
INI
# Ref: https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|