Skip to content

Instantly share code, notes, and snippets.

View oleksbabieiev's full-sized avatar

Oleksandr Babieiev oleksbabieiev

View GitHub Profile
@oleksbabieiev
oleksbabieiev / .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
* text=auto eol=lf