Skip to content

Instantly share code, notes, and snippets.

View babieiev's full-sized avatar
🧙‍♂️

Oleksandr Babieiev babieiev

🧙‍♂️
View GitHub Profile
@babieiev
babieiev / .editorconfig
Created January 3, 2024 21:15
Default .editorconfig for most of my projects
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true