File: .editorconfig

package info (click to toggle)
hikaricp 2.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,112 kB
  • sloc: java: 11,754; xml: 769; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

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

[**.{java,xml}]
indent_size = 3

[**.{yaml,yml}]
indent_size = 2