Files
ubicloud/.editorconfig
Daniel Farina 84141c2b29 Add EditorConfig
This can avoid some hassles with e.g. newline termination with some
editors, though substantially we rely on non-interactive
code-formatters like rubocop.
2023-04-10 19:49:54 -07:00

15 lines
190 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{md}]
indent_size = 4
[*.{rb,erb,js}]
indent_size = 2