We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d946d34 commit 1f1ad7bCopy full SHA for 1f1ad7b
1 file changed
style.mdc
@@ -6,13 +6,12 @@ alwaysApply: true
6
7
## File Headers
8
9
-- Always use `--!strict` and `--!optimize 2` at the top of every Luau file
+- Always use `--!strict` at the top of every Luau file
10
- For performance-critical functions, use `@native` on individual functions instead of file-level `--!native`
11
- Leave one empty line after headers before code begins
12
13
```luau
14
--!strict
15
---!optimize 2
16
17
```
18
0 commit comments