i2pmirror/.editorconfig

10 lines
148 B
INI
Raw Normal View History

2023-02-17 13:50:41 +01:00
root = true
[*]
2023-05-09 12:18:28 +02:00
end_of_line = lf
2023-02-17 13:50:41 +01:00
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2