1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-05 17:18:00 +03:00
7 EditorConfig
Andrew Vos edited this page 2020-09-14 15:35:48 +01:00

For editorconfig support, you will need to install the CLI tool.

On debian/ubuntu:

apt install editorconfig

You can put the following line in your kakrc:

hook global WinCreate ^[^*]+$ %{editorconfig-load}

That will set options from editor config for every real file you open in Kakoune. Non-file buffers such as *debug* are ignored.

Source

See Also