This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ppp2-protocol/.editorconfig
T
2023-03-22 16:56:24 +01:00

10 lines
153 B
INI

root = true
[*.proto]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true