1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/.editorconfig
Andrey Pfau edb0d0f0aa
Add Editorconfig (#800)
* editorconfig

* indent 2

* .editorconfig update
2024-01-16 09:59:47 +03:00

8 lines
115 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2