mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-19 21:07:53 +02:00
Add .editorconfig to help enforce project style.
This commit is contained in:
parent
4e8d469f4d
commit
ee71eb28c4
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user