[[language]] name = "bash" indent = { tab-width = 2, unit = " " } [[language]] name = "c" indent = { tab-width = 8, unit = " " } [[language]] name = "rust" config = { checkOnSave = { command = "clippy" } }