1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-01-31 09:35:17 +01:00
2023-09-02 21:56:43 +02:00

20 lines
294 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
tab_width = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space