File: .editorconfig

package info (click to toggle)
btrfs-progs 6.14-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,252 kB
  • sloc: ansic: 125,283; sh: 7,567; python: 1,386; makefile: 899; asm: 296
file content (10 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 8

[*.py]
indent_size = 4