mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
7 lines
141 B
YAML
7 lines
141 B
YAML
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
|
|
IndentPPDirectives: BeforeHash
|