File: .editorconfig

package info (click to toggle)
unknown-horizons 2019.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 347,832 kB
  • sloc: python: 46,804; xml: 3,137; sql: 1,189; sh: 736; makefile: 40; perl: 35
file content (6 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
[*.{py,xml,json}]
charset = utf-8
indent_style = tab

[*.py]
trim_trailing_whitespace = true