chore: make source files non-executable (#1577)
```bash
find . -type f -not -path './.git/*' -not -name '*.bash' -exec chmod 644 {} +
```
fixes #1576
This commit is contained in:
0
ratatui-core/src/text/line.rs
Executable file → Normal file
0
ratatui-core/src/text/line.rs
Executable file → Normal file
0
ratatui-core/src/text/text.rs
Executable file → Normal file
0
ratatui-core/src/text/text.rs
Executable file → Normal file
Reference in New Issue
Block a user