1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add Editorconfig (#800)

* editorconfig

* indent 2

* .editorconfig update
This commit is contained in:
Andrey Pfau 2024-01-16 10:59:47 +04:00 committed by GitHub
parent e0a320f715
commit edb0d0f0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2