watchexec/.editorconfig

22 lines
328 B
INI
Raw Permalink Normal View History

2019-10-27 12:31:41 +01:00
root = true
[*]
2021-08-24 10:21:21 +02:00
indent_style = tab
2019-10-27 12:31:41 +01:00
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2021-08-24 12:53:44 +02:00
[cli/tests/snapshots/*]
indent_style = space
trim_trailing_whitespace = false
2021-08-24 10:21:21 +02:00
[*.{md,ronn}]
indent_style = space
indent_size = 4
2019-10-27 12:31:41 +01:00
2021-08-24 10:21:21 +02:00
[*.{cff,yml}]
2019-10-27 12:31:41 +01:00
indent_size = 2
indent_style = space