From 15a4ccd0a9c38b60723c6a7b89c0b19cbbabab37 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 19 Jul 2023 01:22:46 -0700 Subject: [PATCH] Add notes for the subtree --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a391e65..aa9d8e1 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,12 @@ and `tab_width` will be used for indentation size to maintain the correct width of tab characters. When `indent_style` is set to "space", the `tab_width` property is ignored and tabs are always set to the width of `indent_size`. +## Note for Developers + +The directory `editorconfig-core-py` is a subtree. Update it using + + git subtree pull --prefix editorconfig-core-py https://github.com/editorconfig/editorconfig-core-py master + [EditorConfig]: http://editorconfig.org [EditorConfig Python Core library]: https://github.com/editorconfig/editorconfig-core-py [gedit]: http://projects.gnome.org/gedit