File: .editorconfig

package info (click to toggle)
cg3 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,500 kB
  • sloc: cpp: 22,665; xml: 5,488; perl: 1,222; ansic: 854; lisp: 801; sh: 155; php: 104; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# http://editorconfig.org/
root = yes

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

[**.xml]
indent_size = 2
indent_style = space