This commit is contained in:
PanSi21 2025-10-30 11:50:43 +01:00
parent 33bb80d30e
commit 4a921528e9
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 198E46F625BADD13
3 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# WebKit A style complying with WebKits style guide
#BasedOnStyle:
# TabWidth (unsigned)
# TabWidth (unsigned)/
# The number of columns used for tab stops.
TabWidth: 4
@ -56,7 +56,7 @@ Language: Cpp
Standard: Cpp11
# Pointer and reference alignment style. Possible values: Left, Right, Middle.
PointerAlignment: Left
PointerAlignment: Right
# AccessModifierOffset (int)
# The extra indent or outdent of access modifiers, e.g. public:.