Skip to content

Commit

Permalink
docs: describe interaction between editorconfig and ftplugin
Browse files Browse the repository at this point in the history
Closes neovim#28484.

Co-authored-by: Zane Dufour <[email protected]>
  • Loading branch information
dundargoc and znd4 committed May 13, 2024
1 parent e3ec974 commit 407c7a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/doc/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
==============================================================================
EditorConfig integration *editorconfig*

Nvim supports EditorConfig. When a file is opened, Nvim searches all parent
directories of that file for ".editorconfig" files, parses them, and applies
any properties that match the opened file. Think of it like 'modeline' for an
entire (recursive) directory. For more information see
https://editorconfig.org/.
Nvim supports EditorConfig. When a file is opened, after running |ftplugin|s,
Nvim searches all parent directories of that file for ".editorconfig" files,
parses them, and applies any properties that match the opened file. Think of
it like 'modeline' for an entire (recursive) directory. For more information
see https://editorconfig.org/.

*g:editorconfig* *b:editorconfig*

Expand Down

0 comments on commit 407c7a4

Please sign in to comment.