aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-09-26 20:08:47 +0200
committerPetr Mrázek <peterix@gmail.com>2019-09-26 20:08:47 +0200
commitffe84d6ec76c058e94be1a07e8b3487225f43116 (patch)
treefda2b87b02e900cbf11011cbf3d26229580b8eea /.clang-format
parent19015de25867d47cf39bc761cf41a76f14898280 (diff)
downloadPrismLauncher-ffe84d6ec76c058e94be1a07e8b3487225f43116.tar.gz
PrismLauncher-ffe84d6ec76c058e94be1a07e8b3487225f43116.tar.bz2
PrismLauncher-ffe84d6ec76c058e94be1a07e8b3487225f43116.zip
NOISSUE remove some dead things
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format25
1 files changed, 0 insertions, 25 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index f4732803..00000000
--- a/.clang-format
+++ /dev/null
@@ -1,25 +0,0 @@
-UseTab: false
-IndentWidth: 4
-TabWidth: 4
-ConstructorInitializerIndentWidth: 4
-AccessModifierOffset: -4
-IndentCaseLabels: false
-IndentFunctionDeclarationAfterType: false
-NamespaceIndentation: None
-
-BreakBeforeBraces: Allman
-AllowShortIfStatementsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: None
-ColumnLimit: 160
-MaxEmptyLinesToKeep: 1
-
-Standard: Cpp11
-Cpp11BracedListStyle: true
-
-SpacesInParentheses: false
-SpaceInEmptyParentheses: false
-SpacesInCStyleCastParentheses: false
-SpaceAfterControlStatementKeyword: true
-
-AlignTrailingComments: true
-SpacesBeforeTrailingComments: 1