libp2p-docs/.editorconfig

11 lines
166 B
INI
Raw Permalink Normal View History

2022-11-14 04:55:56 +00:00
# editorconfig.org
root = true
2018-10-04 22:21:13 +00:00
[*]
indent_style = space
2022-11-14 04:55:56 +00:00
indent_size = 2
end_of_line = lf
charset = utf-8
2018-10-04 22:21:13 +00:00
trim_trailing_whitespace = true
2022-11-14 04:55:56 +00:00
insert_final_newline = true