File: .editorconfig

package info (click to toggle)
python-rt 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: python: 3,144; makefile: 141; sh: 7
file content (16 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space

[{*.pyw,*.py}]
indent_size = 4
tab_width = 4
max_line_length = 140
ij_continuation_indent_size = 4
ij_python_blank_line_at_file_end = true

[{*.yml_sample,*.yaml_sample,*.yml,*.yaml}]
indent_size = 2