mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
16 lines
389 B
YAML
16 lines
389 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
|
|
|
|
# Place config.h first always.
|
|
IncludeCategories:
|
|
- Regex: '^"config.h"'
|
|
Priority: -1
|
|
|
|
# We don't want OCLint pragmas to be reformatted.
|
|
CommentPragmas: '^!OCLINT'
|