This can avoid some hassles with e.g. newline termination with some editors, though substantially we rely on non-interactive code-formatters like rubocop.
15 lines
190 B
INI
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
|