diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-15 09:59:52 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-11-15 10:04:53 +0700 |
| commit | 41e571e9aae04df7ea6396b4791aa1d4d43879ae (patch) | |
| tree | 11dc7ff8c9ebb887034fc650a310914e4c5ba844 /python/python3-editorconfig/README | |
| parent | 6a0dd727d8c3aa4d8a92749653e2ace44c939309 (diff) | |
python/python3-editorconfig: Added (Meta Configuration for Text Editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-editorconfig/README')
| -rw-r--r-- | python/python3-editorconfig/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-editorconfig/README b/python/python3-editorconfig/README new file mode 100644 index 0000000000..bc82f68d26 --- /dev/null +++ b/python/python3-editorconfig/README @@ -0,0 +1,11 @@ +python3-editorconfig (meta-configuration for text editors) + +EditorConfig Python Core provides the same functionality as the +EditorConfig C Core. EditorConfig Python core can be used as a command +line program or as an importable library. + +EditorConfig makes it easy to maintain the correct coding style +when switching between different text editors and between different +projects. The EditorConfig project maintains a file format and +plugins for various text editors which allow this file format to be +read and used by those editors. |
