1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-21 16:46:32 +02:00
notify/.editorconfig
2021-01-25 00:14:21 +01:00

13 lines
182 B
INI

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