docs(editorconfig): remove obsolete hack

The hack was removed in 41e81f6.

Amend: 41e81f67a7
This commit is contained in:
Henrik Lissner
2025-09-18 00:17:31 -04:00
parent a72c865c35
commit 09a80927f3

View File

@@ -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.