mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
chore: run uncrustify in parallel; add package.json to web directory (#1454)
* refactor: add package.json for web client * refactor: call uncrustify in parallel
This commit is contained in:
@@ -65,7 +65,7 @@ If you're new to building programs from source code, this is typically easier th
|
||||
|
||||
### Code Style
|
||||
|
||||
You would want to setup your editor to make use of uncrustify.cfg and .jsbeautifyrc configuration files located in the root of this repository.
|
||||
You would want to setup your editor to make use of the uncrustify.cfg file located in the root of this repository and the eslint/prettier rules in web/package.json.
|
||||
|
||||
If for some reason you are unwilling or unable to do so, there is a shell script which you could run either directly or via docker-compose:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user