File: .editorconfig

package info (click to toggle)
rust-send-wrapper 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# EditorConfig
# http://EditorConfig.org

root = true

[*]
end_of_line = lf
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true