mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-14 21:59:00 +00:00
* Initial plan * fix: ignore uv.lock in editorconfig and disable PYTHON_PYLINT/PYRIGHT in mega-linter Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * fix: update outdated comment in mega-linter config Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * fix: use uv instead of pip to install deps in mega-linter config Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
30 lines
441 B
INI
30 lines
441 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
max_line_length = 80
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
max_line_length = 200
|
|
|
|
[uv.lock]
|
|
max_line_length = unset
|
|
|
|
[*.{yml,toml}]
|
|
max_line_length = 200
|