diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:14:24 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:14:24 +0000 |
| commit | 56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155 (patch) | |
| tree | 816c566e0cd36d6e646728f5a199f181a3ebd1c9 | |
| parent | acdb21f94d642417bef845041122a168ff64c4a5 (diff) | |
| download | nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar.gz nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar.bz2 nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar.lz nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar.xz nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.tar.zst nixtaml-56bc6e4db7c5fa6e8b8a3ebc55571e5c5093a155.zip | |
topiary add
| -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 = " ", + }, +} |
