File: .editorconfig

package info (click to toggle)
python-django-pgtrigger 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 916 kB
  • sloc: python: 3,884; makefile: 114; sh: 8; sql: 2
file content (15 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

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

[makefile]
indent_style = tab