fish-shell/.clang-format
Johannes Altmanninger 70357c4f6e Add back .clang-format
2024-08-07 13:11:22 +02:00

8 lines
218 B
YAML

# Use the Google style with these modifications:
#
# 1) lines can be up to 100 chars long rather than 80, and
# 2) use a four space indent rather than two spaces.
#
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4