summaryrefslogtreecommitdiff
path: root/.topiary.ncl
blob: 8e0b9ad9d7285b7e92fbbffb77a0745cfed07820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	languages = {
		bash.indent | priority 1 = "	",
		css.indent | priority 1 = "	",
		json.indent | priority 1 = "	",
		nickel.indent | priority 1 = "	",
		ocaml.indent | priority 1 = "	",
		ocaml_interface.indent | priority 1 = "	",
		ocamllex.indent | priority 1 = "	",
		rust.indent | priority 1 = "	",
		toml.indent | priority 1 = "	",
	},
}