summary refs log tree commit diff
path: root/.editorconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply correct editorconfig to .pyi files (#14526)Brendan Abolivier2022-11-221-1/+1
| | | The current configuration might cause some editors to misbehave when editing stub files.
* editorconfig: add max_line_length for Python files (#13228)Sumner Evans2022-07-081-0/+1
| | | | | | See the documentation for the property here: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length Signed-off-by: Sumner Evans <me@sumnerevans.com>
* Add a basic .editorconfigAaron Raimist2018-12-031-0/+9
Signed-off-by: Aaron Raimist <aaron@raim.ist>