File: .editorconfig

package info (click to toggle)
binwalk 2.3.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,364 kB
  • sloc: python: 5,477; sh: 229; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
root = true

[*.py]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf