From 6a6981c91251b96cdf33fe9b094b0833b00ebd8f Mon Sep 17 00:00:00 2001 From: Max Jakobitsch Date: Fri, 14 Feb 2025 09:13:52 +0100 Subject: [PATCH] Revert "docs: add git config items to docs" This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6. --- doc/buildAndProgram.md | 7 +------ doc/buildWithDocker.md | 6 +----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index 8aa32daf..b588b649 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -24,15 +24,10 @@ To build this project, you'll need: ### Clone the repo -```sh +``` git clone https://github.com/InfiniTimeOrg/InfiniTime.git cd InfiniTime git submodule update --init - -# configure git to apply whitespace fixes automatically -git config set core.whitespace trailing-space,space-before-tab -git config set apply.whitespace fix - mkdir build cd build ``` diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index 9ad65fec..670590a6 100644 --- a/doc/buildWithDocker.md +++ b/doc/buildWithDocker.md @@ -15,14 +15,10 @@ Based on Ubuntu 22.04 with the following build dependencies: Before building, local repository must be fully initialized. -```sh +``` git clone https://github.com/InfiniTimeOrg/InfiniTime.git cd InfiniTime git submodule update --init - -# configure git to apply whitespace fixes automatically -git config set core.whitespace trailing-space,space-before-tab -git config set apply.whitespace fix ``` ## Run a container to build the project