trisquel-icecat/icecat/nsprpub/.clang-format
2025-10-06 02:35:48 -06:00

14 lines
387 B
YAML

BasedOnStyle: Google
ColumnLimit: 80
SortIncludes: false
IndentPPDirectives: AfterHash
# The Google coding style states:
# You should do this consistently within a single file, so, when modifying an
# existing file, use the style in that file.
# Let's be more prescriptive and default to the one used in the Mozilla
# coding style
DerivePointerAlignment: false
PointerAlignment: Left