diff options
Diffstat (limited to '.topiary.ncl')
| -rw-r--r-- | .topiary.ncl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.topiary.ncl b/.topiary.ncl new file mode 100644 index 0000000..8e0b9ad --- /dev/null +++ b/.topiary.ncl @@ -0,0 +1,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 = " ", + }, +} |
