mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
13 lines
182 B
INI
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
|