File: .editorconfig

package info (click to toggle)
dnsjava 3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,472 kB
  • sloc: java: 44,667; xml: 845; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

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

[{pom.xml,*.md}]
indent_style = space
indent_size = 4