fediverse-piraatit/.editorconfig

17 lines
256 B
INI
Raw Normal View History

2023-02-18 11:32:19 +02:00
root = true
[*]
end_of_line = lf
2023-02-18 11:32:19 +02:00
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = tab
[*.{markdown,md}]
trim_trailing_whitespace = false
2023-03-05 11:10:40 +02:00
[*.{cff,yaml,yml}]
indent_style = space
indent_size = 2