Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 24 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ reqwest = { version = "0.13.1", default-features = false, features = [
"system-proxy",
"native-tls-vendored",
]}
similar = { version = "2.7.0", features = ["inline"] }

# Lint configuration for the entire workspace
[workspace.lints.clippy]
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Completion · Go to Definition · Find References · Go to Implementation · Hov
- Static analysis with 40+ diagnostic rules
- Code formatting and style enforcement
- EmmyLua / Luacats annotation support

---

## Usage
Expand Down Expand Up @@ -132,13 +131,12 @@ emmylua_doc_cli ./src --output ./docs

## Documentation

| Resource | Link |
|----------|------|
| Features Guide | [features_EN.md](./docs/features/features_EN.md) |
| Configuration | [emmyrc_json_EN.md](./docs/config/emmyrc_json_EN.md) |
| Annotations Reference | [annotations_EN](./docs/emmylua_doc/annotations_EN/README.md) |
| Code Style | [EmmyLuaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/README_EN.md) |
| External Formatters | [external_formatter_options_EN.md](./docs/external_format/external_formatter_options_EN.md) |
- [**Features Guide**](./docs/features/features_EN.md) - Comprehensive feature documentation
- [**Configuration**](./docs/config/emmyrc_json_EN.md) - Advanced configuration options
- [**Formatter Guide**](./docs/emmylua_formatter/README_EN.md) - Formatter behavior, options, and usage guide
- [**Annotations Reference**](./docs/emmylua_doc/annotations_EN/README.md) - Detailed annotation documentation
- [**Old Formatter**](https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/README_EN.md) - Formatting and style guidelines
- [**External Formatter Integration**](./docs/external_format/external_formatter_options_EN.md) - Using external formatters

---

Expand Down
3 changes: 0 additions & 3 deletions crates/emmylua_code_style/README.md

This file was deleted.

169 changes: 0 additions & 169 deletions crates/emmylua_code_style/src/bin/emmylua_format.rs

This file was deleted.

101 changes: 0 additions & 101 deletions crates/emmylua_code_style/src/cmd_args.rs

This file was deleted.

Loading
Loading