File: .editorconfig

package info (click to toggle)
rust-roaring 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 780 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
[*.rs]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4