0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 01:47:55 +08:00

Fix access modifier offset

This commit is contained in:
Arseny Kapoulkine 2018-10-17 21:14:43 -07:00
parent 3c75d4d612
commit c237489a6c
5 changed files with 58 additions and 57 deletions

View File

@ -2,6 +2,7 @@ Standard: Cpp03
UseTab: ForIndentation UseTab: ForIndentation
TabWidth: 4 TabWidth: 4
IndentWidth: 4 IndentWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
IndentCaseLabels: false IndentCaseLabels: false
ColumnLimit: 0 ColumnLimit: 0