My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kakoune: use 2 spaces for indentation in C

This is what `clang-format` does by default and I don't have any
strong opinions about this

yemou 6f1e9006 d03f98df

+1 -1
+1 -1
config/kak/kakrc
··· 215 215 } 216 216 217 217 # Filetype specific options 218 - hook global WinSetOption filetype=(css|html|java|javascript|markdown|meson|nix|typst|xml|yaml) %{ 218 + hook global WinSetOption filetype=(c|css|html|java|javascript|markdown|meson|nix|typst|xml|yaml) %{ 219 219 m-whitespace spaces 2 220 220 } 221 221