Skip to content

Commit 6a6981c

Browse files
madminiJF002
authored andcommittedMar 21, 2025·
Revert "docs: add git config items to docs"
This reverts commit 4066cc0.
1 parent 483435a commit 6a6981c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed
 

‎doc/buildAndProgram.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,10 @@ To build this project, you'll need:
2424
2525
### Clone the repo
2626
27-
```sh
27+
```
2828
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
2929
cd InfiniTime
3030
git submodule update --init
31-
32-
# configure git to apply whitespace fixes automatically
33-
git config set core.whitespace trailing-space,space-before-tab
34-
git config set apply.whitespace fix
35-
3631
mkdir build
3732
cd build
3833
```

‎doc/buildWithDocker.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ Based on Ubuntu 22.04 with the following build dependencies:
1515

1616
Before building, local repository must be fully initialized.
1717

18-
```sh
18+
```
1919
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
2020
cd InfiniTime
2121
git submodule update --init
22-
23-
# configure git to apply whitespace fixes automatically
24-
git config set core.whitespace trailing-space,space-before-tab
25-
git config set apply.whitespace fix
2622
```
2723

2824
## Run a container to build the project

0 commit comments

Comments
 (0)
Please sign in to comment.