This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients lukasz.langa, terry.reedy
Date 2021-08-07.19:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I presume 'root directory' mean the repository directory.

I would have to think about supporting this in IDLE.  It already, I believe (or will), enforces the two whitespace rules when saving and defaults to 4-space indents for first lines of statements.  Enforcing that for repository .py and .c files would be good, but there is currently no mechanism for per-file settings.

I did not see anything in the EditorConfig guide about what happens when .editorconfig does not start with root = true and another file is found.
History
Date User Action Args
2021-08-07 19:15:33terry.reedysetrecipients: + terry.reedy, lukasz.langa
2021-08-07 19:15:33terry.reedysetmessageid: <[email protected]>
2021-08-07 19:15:33terry.reedylinkissue44854 messages
2021-08-07 19:15:33terry.reedycreate