mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
493e734680
1) Set clang-format macro indent. 2) Run clang-format on every files.
6 lines
185 B
YAML
6 lines
185 B
YAML
# Defines the Chromium style for automatic reformatting.
|
|
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
BasedOnStyle: Chromium
|
|
Standard: Cpp11
|
|
IndentPPDirectives: BeforeHash
|