style: format in 2 spaces instead

This commit is contained in:
2025-03-01 18:12:58 +01:00
parent b0e5dc8cb0
commit f11b8a4a60
2 changed files with 91 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
# Common settings
BasedOnStyle: llvm # WebKit
TabWidth: 4
IndentWidth: 4
TabWidth: 2
IndentWidth: 2
UseTab: Never
ColumnLimit: 80
ColumnLimit: 100