add validation tools

This commit is contained in:
keita
2021-02-16 15:10:56 +09:00
parent 6fa7c457c0
commit f99ffa71b8
5 changed files with 67 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -2
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 96
Cpp11BracedListStyle: true
DerivePointerAlignment: false
SortIncludes: false
SpacesBeforeTrailingComments: 1
Standard: Cpp11