mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
9 lines
218 B
Text
9 lines
218 B
Text
|
# 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
|