Skip to content

Instantly share code, notes, and snippets.

View volosovich's full-sized avatar

volosovich

View GitHub Profile
@volosovich
volosovich / .editorconfig
Last active September 20, 2023 20:46
prettier and editorconfig configs
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8