| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | docs(taplo): update out of date docstring with new root_dir (#3319) | Micah Halter | 2024-09-25 | 1 | -1/+1 |
| | | |||||
| * | fix(taplo): simplify root detection now that single file mode is supported ↵ | Micah Halter | 2024-08-14 | 1 | -3/+1 |
| | | | | | (#3267) | ||||
| * | fix: broken URL to taplo homepage #2025 | equal-l2 | 2022-07-25 | 1 | -1/+1 |
| | | |||||
| * | fix(taplo): update cargo install command (#1958) | Jonathan Lopez | 2022-06-15 | 1 | -1/+1 |
| | | |||||
| * | fix(taplo): update for taplo 0.6.0 | Denis Cornehl | 2022-04-05 | 1 | -3/+3 |
| | | | | | | | taplo was refactored and taplo-lsp was merge into taplo-cli. see also https://github.com/tamasfe/taplo/pull/211 | ||||
| * | docs(taplo): update installation instructions (#1640) | Claude | 2022-01-06 | 1 | -1/+1 |
| | | | | Current instructions give an error (MacOS 12.1); Suggestion is to add `--locked` to the install command: https://github.com/tamasfe/taplo/issues/197#issuecomment-997160846 | ||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+27 |
