dotfiles

My configuration files
git clone git://git.finwo.net/misc/dotfiles
Log | Files | Refs

commit 7004ccab880eb14b96714e6405a1e59ecfd49f7d
parent ea06955a7bb6b831b61cc554883eece52936cdd1
Author: finwo <finwo@pm.me>
Date:   Wed, 11 Dec 2024 11:41:40 +0100

Trim trailing whitespace and simplified makefile rule in editorconfig

Diffstat:
Mneovim/home/.editorconfig | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/neovim/home/.editorconfig b/neovim/home/.editorconfig @@ -7,9 +7,7 @@ insert_final_newline = true charset = utf-8 indent_size = 2 indent_style = space +trim_trailing_whitespace = true -[*.{php,html}] -indent_size = 4 - -[{Makefile*,*.mk}] +[Makefile*] indent_style = tab