From f3b4314ddaf8f7253283f4bb001432fab8459f00 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 18 Sep 2025 00:23:31 -0400 Subject: [PATCH] docs(editorconfig): revise usage section --- modules/tools/editorconfig/README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/tools/editorconfig/README.org b/modules/tools/editorconfig/README.org index 432ceb52e..924c4bd17 100644 --- a/modules/tools/editorconfig/README.org +++ b/modules/tools/editorconfig/README.org @@ -41,8 +41,9 @@ If you choose to install the binary, [[https://github.com/editorconfig#contribut through your OS package manager (if not built from source yourself). * Usage -You will need to write an ~.editorconfig~ file in your project (this is usually -in the root of your project) you can find out about all the properties [[https://editorconfig.org/#example-file][here]]. +A ~.editorconfig~ file in your project (usually in the root directory of the +project) is needed to configure code style for files in the same directory or +below. Documentation on editorconfig's properties can be found [[https://editorconfig.org/#example-file][here]]. * TODO Configuration #+begin_quote