1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-09-19 05:45:36 +05:30
gists/.editorconfig

17 lines
221 B
INI
Raw Normal View History

2024-01-28 18:15:52 +05:30
root = true
[*]
2024-01-28 19:39:01 +05:30
charset = utf-8
2024-01-28 18:15:52 +05:30
end_of_line = crlf
indent_size = 4
2024-01-28 19:39:01 +05:30
insert_final_newline = true
[{*.{c,d,h,py,sh},Makefile}]
max_line_length = 80
[Makefile]
2024-01-28 18:15:52 +05:30
indent_style = tab
2024-01-28 19:39:01 +05:30
[*.{c,h}]
trim_trailing_whitespace = true