java-properties 2.0.0

A library for reading and writing Java properties files in Rust.
Documentation
1
2
3
4
5
6
7
8
9
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto

# Check for whitespace errors
* whitespace=tab-in-indent,tabwidth=2

.gitattributes export-ignore
.gitignore export-ignore