File: .editorconfig

package info (click to toggle)
python-itemadapter 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 3,384; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[Makefile]
indent_style = tab

[*.py]
indent_size = 4
charset = utf-8

[*.yml]
indent_size = 2