Skip to content

Commit fc5daf3

Browse files
committed
Converted platformio.ini to four spaces indentation
1 parent ac54d57 commit fc5daf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ monitor_speed = 115200
1717
monitor_filters = log2file, esp32_exception_decoder
1818
; RECOMMENDED - Accept new functionality in a backwards compatible manner and patches
1919
lib_deps =
20-
etlcpp/Embedded Template Library @ ^20.44.1
21-
adafruit/Adafruit INA260 Library @ ^1.5
20+
etlcpp/Embedded Template Library @ ^20.44.1
21+
adafruit/Adafruit INA260 Library @ ^1.5
2222
; https://techoverflow.net/2021/12/14/how-to-print-all-preprocessor-flags-in-platformio/
2323
; build_flags = -O3 -std=gnu++23 -Wall -E -dM
2424
; build_flags = -O3 -std=gnu++23 -latomic
@@ -30,9 +30,9 @@ build_unflags = -Os -std=gnu++11 -std=gnu++14 -std=gnu++17 -std=gnu++20 -std=gnu
3030
check_tool = clangtidy, cppcheck
3131
; check_tool = clangtidy, cppcheck, pvs-studio
3232
check_flags =
33-
clangtidy: --checks=*
34-
cppcheck: --enable=all --std=c++23 --inline-suppr --platform=unspecified --addon=misra.json --addon=cert.py
35-
; pvs-studio: --analysis-mode=0 --platform=RV32 --lic-file = ./PVSStudio_Lic.txt
33+
clangtidy: --checks=*
34+
cppcheck: --enable=all --std=c++23 --inline-suppr --platform=unspecified --addon=misra.json --addon=cert.py
35+
; pvs-studio: --analysis-mode=0 --platform=RV32 --lic-file = ./PVSStudio_Lic.txt
3636

3737
; Board Specific Environments
3838
[env:Prod_Load]

0 commit comments

Comments
 (0)