From ed4daf7429bf2580118aad87b8f3e2011efed7ec Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 14 Jul 2022 19:09:06 -0400 Subject: Initial commit --- .../zsh/plugins/fzf-tab/modules/Src/.indent.pro | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/shells/zsh/plugins/fzf-tab/modules/Src/.indent.pro (limited to '.config/shells/zsh/plugins/fzf-tab/modules/Src/.indent.pro') diff --git a/.config/shells/zsh/plugins/fzf-tab/modules/Src/.indent.pro b/.config/shells/zsh/plugins/fzf-tab/modules/Src/.indent.pro new file mode 100644 index 0000000..1b41514 --- /dev/null +++ b/.config/shells/zsh/plugins/fzf-tab/modules/Src/.indent.pro @@ -0,0 +1,27 @@ +--dont-format-comments +--procnames-start-lines +--no-parameter-indentation +--indent-level4 +--line-comments-indentation4 +--cuddle-else +--brace-indent0 +--dont-star-comments +--blank-lines-after-declarations +--blank-lines-after-procedures +--no-blank-lines-after-commas +--comment-indentation33 +--declaration-comment-column33 +--no-comment-delimiters-on-blank-lines +--continuation-indentation4 +--case-indentation0 +--else-endif-column33 +--no-space-after-casts +--no-blank-before-sizeof +--declaration-indentation0 +--continue-at-parentheses +--no-space-after-function-call-names +--swallow-optional-blank-lines +--dont-space-special-semicolon +--tab-size8 +--line-length132 +--braces-on-if-line -- cgit v1.2.3