C-JS-bytebeat-render/.editorconfig

17 lines
221 B
INI
Raw Permalink Normal View History

2023-11-16 20:29:52 +01:00
root = true
[*]
2024-01-29 16:45:04 +01:00
charset = utf-8
2023-11-16 20:29:52 +01:00
end_of_line = crlf
indent_size = 4
2024-01-29 16:45:04 +01:00
insert_final_newline = true
[{*.{c,d,h,py,sh},Makefile}]
max_line_length = 80
[Makefile]
2023-11-16 20:29:52 +01:00
indent_style = tab
2024-01-29 16:45:04 +01:00
[*.{c,h}]
trim_trailing_whitespace = true