1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00
Files
pgbackrest/.editorconfig
T

17 lines
229 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
2021-01-26 19:58:28 -05:00
[*.{yaml,yml}]
indent_size = 2
[Makefile.in]
indent_style = tab
indent_size = 4