.profile/.editorconfig

18 lines
276 B
INI
Raw Normal View History

2023-05-17 18:27:15 +02:00
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 78
2023-05-17 18:27:15 +02:00
[.json]
2024-06-20 08:03:26 +02:00
indent_style = tab
indent_size = tab
2024-06-20 08:03:26 +02:00
2023-05-17 18:27:15 +02:00
[{LICENSE,*.{markdown,md}}]
trim_trailing_whitespace = false