1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00
notify/.editorconfig

13 lines
182 B
INI
Raw Normal View History

2021-01-25 01:14:21 +02:00
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{md,yml,toml}]
indent_size = 2