1
0
mirror of https://github.com/PurpleI2P/i2pd-snap synced 2025-02-05 11:14:34 +00:00
i2pd-snap/.editorconfig
2023-01-15 01:07:12 +03:00

26 lines
428 B
INI

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