findup 0.1.0

Find the first file matching in a current working directory or the nearest ancestor directory up to root
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[*.rust]
charset = utf-8
indent_style = tabs
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[Makefile]
charset = utf-8
indent_style = tabs
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false