mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 22:02:18 +08:00
This can avoid some hassles with e.g. newline termination with some editors, though substantially we rely on non-interactive code-formatters like rubocop.
14 lines
190 B
INI
14 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
|