123456789101112131415161718192021222324252627282930313233343536 |
- root=true
- [*]
- max_line_length=120
- indent_style=space
- indent_size=4
- charset=utf-8
- trim_trailing_whitespace=true
- insert_final_newline=true
- [*.properties]
- charset=latin1
- [*.{cmd,bat}]
- end_of_line=crlf
- [*.md]
- trim_trailing_whitespace=false
- [.drone.yml]
- indent_size=2
|