0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-13 17:37:58 +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
TabWidth: 4
IndentWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Allman
IndentCaseLabels: false
ColumnLimit: 0