You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Our project is organized into several crates:
15
15
|[🧹 **emmylua_formatter**](./crates/emmylua_formatter)|[](https://crates.io/crates/emmylua_formatter)| The Lua formatter used by the EmmyLua Analyzer Rust workspace. |
16
16
17
17
18
+
Note: We don't accept PRs that change formatting output, but you can report formatting bugs via issues — I'll verify and fix them myself. This is because most people aren't fully aware of the complexities involved in formatting
19
+
18
20
## Testing
19
21
20
22
We use the standard Rust testing harness, along with assert macros from [`googletest-rust`]:
0 commit comments