1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-11 13:53:03 +02:00
pgbackrest/.editorconfig

14 lines
197 B
INI
Raw Normal View History

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile.in]
indent_style = tab
indent_size = 4