Skip to content

Instantly share code, notes, and snippets.

View connordoner's full-sized avatar

Connor Gurney connordoner

View GitHub Profile
@phanviet
phanviet / .editorconfig
Last active January 15, 2024 09:40
editorconfig-rails
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true