File: .editorconfig

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

[*.{py,rst,txt}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = LF

[*.yml]
indent_style = space
indent_size = 2
end_of_line = LF

[Makefile]
indent_style = tab