From 09a80927f3708aa15febf7d7429782c934ad42da Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 18 Sep 2025 00:17:31 -0400 Subject: [PATCH] docs(editorconfig): remove obsolete hack The hack was removed in 41e81f6. Amend: 41e81f67a73b --- modules/tools/editorconfig/README.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/tools/editorconfig/README.org b/modules/tools/editorconfig/README.org index 967df04f8..b7f2d0a38 100644 --- a/modules/tools/editorconfig/README.org +++ b/modules/tools/editorconfig/README.org @@ -20,10 +20,6 @@ specification]]). - [[doom-package:editorconfig-emacs]] ** Hacks -- Added logic to guess an extension-less file's type from its shebang line. For - example, editorconfig rules for =*.py= files will apply to =bin/myscript= - assuming its first line is ~#!/usr/bin/env python~. See - ~+editorconfig-mode-alist~ for adding support for more languages. - *Special integration for =dtrt-indent=:* If the local editorconfig file specifies ~indent_style~ or ~indent_size~, the [[doom-package:dtrt-indent]] (which tries to guess your indent settings by analyzing your text file) will bow out.