Skip to content

Commit e5108c1

Browse files
authored
okay i'll just do it
1 parent f5e8277 commit e5108c1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

developers/contributing/index.qmd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ Or otherwise, set the global `ARGS` variable, and call `include("test/runtests.j
5151

5252
### Code Formatting
5353

54-
Turing uses [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) to ensure consistent code style across the codebase. **All code must be formatted before submitting a pull request**, and ideally with every commit.
54+
Turing uses [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) to ensure consistent code style across the codebase.
55+
**All code must be formatted before submitting a pull request**, and ideally with every commit.
5556

5657
#### Installing JuliaFormatter
5758

58-
We use version 1 of JuliaFormatter. Install it in your **global Julia environment** (not the project environment, as adding it to the `Project.toml` would make it an invalid dependency of the project):
59+
We use version 1 of JuliaFormatter.
60+
Install it in your **global Julia environment** (not the project environment, as adding it to the `Project.toml` would make it an invalid dependency of the project):
5961

6062
```julia
6163
julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1"); Pkg.pin("JuliaFormatter")'
@@ -69,7 +71,8 @@ To format all Julia files in the current directory and subdirectories:
6971
julia -e 'using JuliaFormatter; format(".")'
7072
```
7173

72-
Run this command from the root of the repository before committing your changes. This ensures your code follows the project's formatting standards and maintains consistency across the codebase.
74+
Run this command from the root of the repository before committing your changes.
75+
This ensures your code follows the project's formatting standards and maintains consistency across the codebase.
7376

7477
### Style Guide
7578

0 commit comments

Comments
 (0)