Skip to content

Commit

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

Expand Down

0 comments on commit 56ce1fb

Please sign in to comment.