aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorRobert Fancsik <robert.fancsik@h-lab.eu>2021-11-05 16:58:41 +0100
committerGitHub <noreply@github.com>2021-11-05 16:58:41 +0100
commit80777799f689ed69795b20e30ce5730abb3addd0 (patch)
tree4369632466504b5a07bbadd1b53d5c861e0177cf /.clang-format
parentbadfdf4dba1fa0a15bd78163c1713ada5e65cd22 (diff)
Fix goto labels indentation (#4818)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
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 dd47a730..f0202bc7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -53,7 +53,7 @@ IncludeCategories:
- Regex: '.*'
Priority: 4
IndentCaseLabels: true
-IndentGotoLabels: true
+IndentGotoLabels: false
IndentPPDirectives: None
IndentWidth: 2
IndentWrappedFunctionNames: false