Skip to content

Commit

Permalink
add 2-space indent for HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 6, 2020
1 parent b6badc9 commit b37f8e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotfiles/kakoune.nix
Expand Up @@ -297,6 +297,13 @@ in {
hook buffer BufWritePre .* lint
}
hook global WinSetOption filetype=html %{
expandtab
set-option buffer softtabstop 2
set-option buffer tabstop 2
set-option buffer indentwidth 2
}
'';
};

Expand Down

0 comments on commit b37f8e8

Please sign in to comment.