mirror of
https://github.com/weewx/weewx.git
synced 2026-04-21 10:07:05 -04:00
25 lines
406 B
INI
25 lines
406 B
INI
#
|
|
# See https://editorconfig.org for the meaning of this file.
|
|
#
|
|
|
|
root = true
|
|
|
|
# Python files. This is the alternate max length specified by PEP8.
|
|
[*.py]
|
|
max_line_length = 99
|
|
|
|
# HTML files
|
|
[*.htm]
|
|
max_line_length = 120
|
|
|
|
# Cheetah templates:
|
|
[*.{tmpl,inc}]
|
|
max_line_length = 120
|
|
|
|
# No limits for the weewx.conf file
|
|
[weewx.conf]
|
|
max_line_length = off
|
|
|
|
[changes.txt]
|
|
max_line_length = 80
|