File: .editorconfig

package info (click to toggle)
python-halo 0.0.31-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: python: 1,318; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.py]
indent_size = 4