aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-29 17:34:50 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-11-28 03:48:06 +0100
commit67305ffb5de865f872898c03cbacd189c9e9aa53 (patch)
tree16f59a842ca855bc0f959a063b975bafa741bdec /src
parent519224f6bd248b419d16720d23417c6ed8df447b (diff)
downloadrneovim-67305ffb5de865f872898c03cbacd189c9e9aa53.tar.gz
rneovim-67305ffb5de865f872898c03cbacd189c9e9aa53.tar.bz2
rneovim-67305ffb5de865f872898c03cbacd189c9e9aa53.zip
lint: src/.clang-format
Move to top level so that clang-format -style=file can find it regardless of current directory.
Diffstat (limited to 'src')
-rw-r--r--src/.clang-format18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/.clang-format b/src/.clang-format
deleted file mode 100644
index 5a910ff34b..0000000000
--- a/src/.clang-format
+++ /dev/null
@@ -1,18 +0,0 @@
-BasedOnStyle: Google
-Language: Cpp
-ColumnLimit: 80
-IndentWidth: 2
-TabWidth: 2
-UseTab: Never
-IndentCaseLabels: true
-BreakBeforeBraces: Linux
-AlignEscapedNewlinesLeft: false
-AllowShortFunctionsOnASingleLine: false
-SpacesBeforeTrailingComments: 2
-PenaltyReturnTypeOnItsOwnLine: 200
-AllowAllParametersOfDeclarationOnNextLine: false
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
-BinPackParameters: false
-BreakBeforeBinaryOperators: true
-ContinuationIndentWidth: 4