summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-03-29 13:32:37 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-03-29 13:32:37 +0200
commite72f7b7f585d523ef53d7c1cb6aaeedfb785ad43 (patch)
tree0d90ab79d591bd68b36dc6583837e168e136f004 /.clang-format
parenta5db490534cd4aa35cc97a352de27df963c4774c (diff)
fix typo
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 3511d50931..764c2547d9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -5,7 +5,7 @@ TabWidth: 8
UseTab: Never
# A ColumnLimit > 0 causes clang-format to unbreaks all short lines,
# which is undesired here.
-# If the line length exeedes 100, "ColumnLimit: 80" is used in scripts/line-length.py
+# If the line length exceeds 100, "ColumnLimit: 80" is used in scripts/line-length.py
ColumnLimit: 0
---
# Customize only those options that differ from the base style!