1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-13 13:59:28 +02:00
pgbackrest/.editorconfig
David Steele b5bb1aa72c Remove makefile formatting from editor config.
This is no longer required since the makefile has been removed.
2025-01-05 13:32:09 -05:00

13 lines
179 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2