Skip to content

Instantly share code, notes, and snippets.

@connordoner
Forked from phanviet/.editorconfig
Last active May 22, 2023 12:13
Show Gist options
  • Save connordoner/4914426f7d48f1ac683ab9837111783f to your computer and use it in GitHub Desktop.
Save connordoner/4914426f7d48f1ac683ab9837111783f to your computer and use it in GitHub Desktop.
Ruby editor configuration
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment