Loading .style.yapf +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ # http://google.github.io/styleguide/pyguide.html based_on_style: google indent_width: 4 column_limit: 120 system/gd/.clang-format +4 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,8 @@ CommentPragmas: NOLINT:.* DerivePointerAlignment: false ColumnLimit: 120 AllowShortFunctionsOnASingleLine: Empty ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: true BreakConstructorInitializers: BeforeColon AlignAfterOpenBracket: AlwaysBreak BinPackArguments: false BinPackParameters: false system/gd/docs/architecture/style_guide.md +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ with the following modifications as shown in the ```yapf based_on_style: google indent_width: 4 column_limit: 120 ``` ## Build files Loading Loading
.style.yapf +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ # http://google.github.io/styleguide/pyguide.html based_on_style: google indent_width: 4 column_limit: 120
system/gd/.clang-format +4 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,8 @@ CommentPragmas: NOLINT:.* DerivePointerAlignment: false ColumnLimit: 120 AllowShortFunctionsOnASingleLine: Empty ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: true BreakConstructorInitializers: BeforeColon AlignAfterOpenBracket: AlwaysBreak BinPackArguments: false BinPackParameters: false
system/gd/docs/architecture/style_guide.md +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ with the following modifications as shown in the ```yapf based_on_style: google indent_width: 4 column_limit: 120 ``` ## Build files Loading