File: .editorconfig

package info (click to toggle)
python-spinners 0.0~git20200220.a73d561-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: python: 961; makefile: 3
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