2023-01-06 10:12:31 +07:00
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
|
[*]
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
max_line_length = 120
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
|
|
# 2 space indentation
|
2023-11-13 17:42:07 +07:00
|
|
|
[{*.rb, *.mjs}]
|
2023-01-06 10:12:31 +07:00
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|